mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Initialize ip6 pointer before use.
PR: 214169 MFC after: 1 week
This commit is contained in:
parent
c15d869233
commit
8432fa5fd9
1 changed files with 1 additions and 0 deletions
|
|
@ -2731,6 +2731,7 @@ tcp_signature_do_compute(struct mbuf *m, int len, int optlen,
|
|||
* Note: Upper-Layer Packet Length comes before Next Header.
|
||||
*/
|
||||
case (IPV6_VERSION >> 4):
|
||||
ip6 = mtod(m, struct ip6_hdr *);
|
||||
in6 = ip6->ip6_src;
|
||||
in6_clearscope(&in6);
|
||||
MD5Update(&ctx, (char *)&in6, sizeof(struct in6_addr));
|
||||
|
|
|
|||
Loading…
Reference in a new issue