diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-09-25 14:13:44 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-09-25 14:13:44 +0300 |
commit | e77ad795c68f28e8431dc5b098fba05fcec49c19 (patch) | |
tree | 38bc0ec0593dda3befb2aa11d2c45fa9e33b24ee /changes | |
parent | 99f75373def3520fac4f00c072748f2a0886c923 (diff) | |
parent | 387cfccee47394adeba8cbf49c130cc9b332b025 (diff) | |
download | tor-e77ad795c68f28e8431dc5b098fba05fcec49c19.tar.gz tor-e77ad795c68f28e8431dc5b098fba05fcec49c19.zip |
Merge branch 'tor-github/pr/1322'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30743 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket30743 b/changes/ticket30743 new file mode 100644 index 0000000000..4f029717db --- /dev/null +++ b/changes/ticket30743 @@ -0,0 +1,7 @@ + o Minor features (maintenance scripts): + - Add a coccinelle script to detect bugs caused by incrementing or + decrementing a variable inside a call to log_debug(). Since + log_debug() is a macro whose arguments are conditionally evaluated, it + is usually an error to do this. One such bug was 30628, in which SENDME + cells were miscounted by a decrement operator inside a log_debug() + call. Closes ticket 30743. |