mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 14:40:22 +02:00
Those two functions did not correctly deal with full buffers and/or buffers that wrapped around. Buffer_skip() was even able to incorrectly set buf->w further than the end of buffer if its len argument was wrong, and buffer_si_getline() was able to incorrectly return a length larger than the effective buffer data available.