mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
0fa3dc3228
Coverity doesn't understand that if begin_cell_parse() returns 0 and sets is_begindir to 0, its address field will always be set. Fixes bug 30126; bugfix on 0.2.4.7-alpha; Fixes CID 1447296.
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
o Minor bugfixes (coverity compliance):
|
|
- Add an assertion when parsing a BEGIN cell so that coverity can be sure
|
|
that we are not about to dereference a NULL address.
|
|
Fixes bug 31026; bugfix on 0.2.4.7-alpha. This is CID
|
|
1447296.
|