mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
Add change note
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
The definition of `mayHaveSideEffects` for `ReturnStmt` was incorrect when more
|
||||
than one expression was being returned. Such return statements were
|
||||
effectively considered to never have side effects. This has now been fixed.
|
||||
In rare circumstances `globalValueNumber` may have incorrectly treated two
|
||||
values as the same when they were in fact distinct.
|
||||
Reference in New Issue
Block a user