diff options
author | David Goulet <dgoulet@torproject.org> | 2024-02-08 19:41:22 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-02-08 19:41:22 +0000 |
commit | b0b943a1613e2f9b421a663a3bf84fb4bbdbadc5 (patch) | |
tree | f7377290809441e973eea4f5b6b24055a2603620 /changes | |
parent | df503f464efcbfaf2755092ad1ad450a85217e0d (diff) | |
parent | 4c0e9f14183dcbcb4e558aeb3b50472344127ba1 (diff) | |
download | tor-b0b943a1613e2f9b421a663a3bf84fb4bbdbadc5.tar.gz tor-b0b943a1613e2f9b421a663a3bf84fb4bbdbadc5.zip |
Merge branch 'bug40911' into 'main'
Make two 1-bit fields unsigned
Closes #40911
See merge request tpo/core/tor!796
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40911 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40911 b/changes/bug40911 new file mode 100644 index 0000000000..c938b56225 --- /dev/null +++ b/changes/bug40911 @@ -0,0 +1,5 @@ + o Minor bugfixes (compiler warnings): + - Make sure the two bitfields in the half-closed edge struct are + unsigned, as we're using them for boolean values and assign 1 to + them. Fixes bug 40911; bugfix on 0.4.7.2-alpha. + |