mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
* Addreessing false positive due to incorrect use of getType * Addressing false positive with strncpy. * BufferAccess must be reachable. False positives observed where accesses occur in dead code. * Formatting and updating tests.