mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
379 B
379 B
4.0.2
Minor Analysis Improvements
- Modified the
getBufferSizepredicate incommons/Buffer.qllto be more tolerant in some cases involving member variables in a larger struct or class. - Fixed an issue where the
getBufferSizepredicate incommons/Buffer.qllwas returning results for references insideoffsetofexpressions, which are not accesses to a buffer.