]> granicus.if.org Git - libevent/commit
Prevent unsupported modifications to bufferevent_sock buffers.
authorNick Mathewson <nickm@torproject.org>
Wed, 8 Apr 2009 03:05:42 +0000 (03:05 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 8 Apr 2009 03:05:42 +0000 (03:05 +0000)
commit72b6ffe869f63180a55f7c3d2582dc1c37314cc5
treef947f70065b39280f87657cc9782db969d0f899b
parent747331d164ea4839a89e168f9f712159509984db
Prevent unsupported modifications to bufferevent_sock buffers.

In particular, we don't allow adding any data to end front of inbuf
(we do that when we read), or removing it from the front of outbuf (we
drain data only when we write).

svn:r1144
ChangeLog
bufferevent_sock.c