Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3dbdc9c

Browse files
committedOct 21, 2024
Update release note
1 parent e90a133 commit 3dbdc9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎change_notes/2024-10-20-8-13-fixes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
- Exclude false positives where a variable occurs in a file compiled multiple times, but where it may only be const in some of those scenarios.
33
- Exclude results for local scope variables in functions that use assembly code, as CodeQL cannot determine the impact of the assembly.
44
- Exclude false positives when an assignment is made to a struct field.
5-
- Exclude false positives where the object pointed to by the variable is modified using `*p++ = ...`.
5+
- Exclude false positives where the object pointed to by the variable is modified using `*p++ = ...`.
6+
- Exclude false positives for functions without bodies.

0 commit comments

Comments
 (0)
Please sign in to comment.