]> git.tuebingen.mpg.de Git - paraslash.git/commit
vss: Introduce extra_header_buf.
authorAndre Noll <maan@systemlinux.org>
Sun, 24 Oct 2010 17:27:55 +0000 (19:27 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 29 Jan 2011 10:43:34 +0000 (11:43 +0100)
commitead9cdc8160656e868f1d709ad1a764f9dcc3a2f
tree2b8dbf9ed00c4421a2abd161e8654f3f4b46fb9b
parent0e3764a52eb6af123414ce07bcceb2c8bd2836c1
vss: Introduce extra_header_buf.

For the same reasons the extra data buffer is necessary, we also need to reserve
an extra buffer for the header in order to not read-overflow the header buffer
provided by the new get_header() function.
vss.c