mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-29 10:12:06 +02:00
Avoiding harmful memcpy call if the allocation failed. Resetting the size which avoids further harmful freeing invalid pointer. Closer to the comment behavior description.