mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
365 B
365 B
lgtm,codescanning
- A new query (
cpp/memset-may-be-deleted) is added to the default query suite. The query finds calls tomemsetthat may be removed by the compiler. This behavior can make information-leak vulnerabilities easier to exploit. This query was originally submitted as an experimental query by @ihsinme.