mirror of
https://github.com/reactos/reactos.git
synced 2026-06-24 13:57:44 +08:00
- Annotate the functions in query.c file with SAL2 of which they weren't annotated before - Use _Out_writes_bytes_to_opt_ to further clarify the output parameter is being written to it based on the length size provided. This is so the code analyzer understands such a parameter is being written into only the specific amount of bytes.