mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Instead of returning 404 error code, this led to a NULL pointer being used and thus a crash of tor. Fixes #21471 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
312 B
Text
5 lines
312 B
Text
o Major bugfixes (hidden service directory v3):
|
|
- When a descriptor lookup was done and it was not found in the directory
|
|
cache, it would crash on a NULL pointer instead of returning the 404
|
|
code back to the client like it was suppose to. Fixes bug 21471.;
|
|
bugfixes on tor-0.3.0.1-alpha.
|