Home
last modified time | relevance | path

Searched refs:stack_outbuf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dbuffer.c1669 char stack_outbuf[BUFFER_DATA_SIZE + PACKET_SLOP + 4]; local
1692 outbuf = stack_outbuf;
1721 if (outbuf == stack_outbuf)
H A DChangeLog-97182 inbuf. Allow PACKET_SLOP + 4 extra bytes in stack_outbuf.