mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-07 09:51:01 +01: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.