Add a one-word sentinel value of 0x0 at the end of each buf_t chunk
commit39ef34352317d66d6fe33a0632f1db057de89f48
authorNick Mathewson <nickm@torproject.org>
Fri, 14 Oct 2016 13:38:12 +0000 (14 09:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 20 Dec 2016 23:20:01 +0000 (20 18:20 -0500)
tree8254877af4e6c6d16fd80e21ee9698c9d0d71997
parent7d3d56e59a3df16615881007a77b77e30fecb831
Add a one-word sentinel value of 0x0 at the end of each buf_t chunk

This helps protect against bugs where any part of a buf_t's memory
is passed to a function that expects a NUL-terminated input.
src/or/buffers.c