Skip to content

Commit a02baeb

Browse files
committed
Update release note.
1 parent 3dbdc9c commit a02baeb

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
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.
55
- Exclude false positives where the object pointed to by the variable is modified using `*p++ = ...`.
6-
- Exclude false positives for functions without bodies.
6+
- Exclude false positives for functions without bodies.
7+
- Rules that rely on the determination of side-effects of an expression may change as a result of considering `*p++ = ...` as having a side-effect on `p`.

0 commit comments

Comments
 (0)