Explicitly ignore BIO_set_close() return val to fix #27711
[tor.git] / changes / bug26522
blobc6b30eed798db06ca2fdf9fa7e6e49c813c00e46
1   o Minor bugfixes (security):
2     - Refrain from potentially insecure usage of strncat() in
3       configure_backtrace_handler(). Use snprintf() instead.
4       Fixes bug 26522; bugfix on
5       a969ce464dc23db39725a891d60537f3d3e51b50 (not in any tor
6       release).