mirror of
https://github.com/github/codeql.git
synced 2026-04-08 00:24:03 +02:00
- Replace segmentation fault with crash that is platform agnostic (I think segmentation fault is not really a thing on Windows). - Replace security vulnerability with malicious code execution. This provides a range of issues, because a crash (previously segmentation fault) could also be considered a security vulnerability. Namely a DOS. - Removed the additional note on stack allocated arrays which seem confusing because we are always talking about buffers allocated on the heap.