]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: standard: Wrong reallocation size.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 26 Feb 2019 17:19:48 +0000 (18:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Feb 2019 18:07:44 +0000 (19:07 +0100)
commit12a718488a91810bfdead2aa59d751a92fe7a080
tree3cda0227ffa1b9c0e9ad806c5d460357e48cbdfc
parentdd1c8f1f721fc139ecb5b96f81caf69894964715
BUG/MEDIUM: standard: Wrong reallocation size.

The number of bytes to use with "my_realloc2()" in parse_dotted_nums()
was wrong: missing multiplication by the size of an element of an array
when reallocating it.
src/standard.c