mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-10 23:21:43 +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.