mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-01 19:20:59 +02:00
It's interesting to see that output pointers p1 and p2 were declared as const, and that thisremained unnoticed due to the explicit casts to u8 when writing to them. The function is currently not used, but better clean it up to avoid surprises.