]> git.ipfire.org Git - people/ms/suricata.git/commit
util-decode-mime: fix IsIpv6Host function
authorEric Leblond <eric@regit.org>
Wed, 23 Sep 2015 12:47:40 +0000 (14:47 +0200)
committerEric Leblond <eric@regit.org>
Tue, 6 Oct 2015 21:30:46 +0000 (23:30 +0200)
commitdbb3e1976e417c3b1346e17b747f2ebd41328328
tree4995d6b7cf916ac4614d604b69bbf68fc0bf49ce
parent38750f1313ba4cbda20fb84adf99fe618ecab2fc
util-decode-mime: fix IsIpv6Host function

Using in6_addr is better when calling inet_pton. This fixes an
issue reported by ASAN.
src/util-decode-mime.c