chiark / gitweb /
SECURITY: fixed fix to buffer handling
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Sep 2014 09:28:05 +0000 (10:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Sep 2014 15:07:51 +0000 (16:07 +0100)
commit2ec49059fbb09a119ede30da946b46e98c58199c
treeb4da5a17c5768f62eb545ed160be74bff44af1cc
parent3c35339bc4d3db033cc44558baf66c80e87fbd85
SECURITY: fixed fix to buffer handling

The implementation of buf_remaining_space in 92795040 was entirely
broken.  It failed to take buf->size into account at all !

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
util.h