]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix bug in fuzzer-forward.c
authorGuido Vranken <guidovranken@gmail.com>
Fri, 11 Aug 2017 00:37:49 +0000 (02:37 +0200)
committerGuido Vranken <guidovranken@gmail.com>
Fri, 11 Aug 2017 00:37:49 +0000 (02:37 +0200)
commit81b89af43bf9b4037d61b5f18df3ffcbed693307
tree668fba663d06528a6158725053ff73d6e75811f5
parent1e20cc2e992dd6bd0920b0d61b47151ec0d5a01a
Fix bug in fuzzer-forward.c

Instead of adding the same item over and over,
allocate and fill a new struct client_nat_entry for each call
to client_nat_add_entry().
src/openvpn/fuzzer-forward.c