mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Add a changelog for the STACK fixes
This commit is contained in:
parent
f539d89fd9
commit
35d56a127d
7
changes/stack
Normal file
7
changes/stack
Normal file
@ -0,0 +1,7 @@
|
||||
o Minor bugfixes (correctness):
|
||||
- Fix several places in our codebase where a C compiler would be likely
|
||||
to eliminate a check, based on assuming that undefined behavior had not
|
||||
happened elsewhere in the code. These cases are usually a sign of
|
||||
redundant checking, or dubious arithmetic. Found by Georg Koppen using
|
||||
the "STACK" tool from Wang, Zeldovich, Kaashoek, and
|
||||
Solar-Lezama. Fixes bug 24423; bugfix on various Tor versions.
|
Loading…
Reference in New Issue
Block a user