]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2553 in SNORT/snort3 from ~SUNIMUKH/snort3:initialised_flag_bits...
authorNaveen Gujje (ngujje) <ngujje@cisco.com>
Thu, 15 Oct 2020 09:18:07 +0000 (09:18 +0000)
committerNaveen Gujje (ngujje) <ngujje@cisco.com>
Thu, 15 Oct 2020 09:18:07 +0000 (09:18 +0000)
Squashed commit of the following:

commit d86c2711afd226a9969e97b2cd258a430e601bed
Author: Sunirmal Mukherjee <sunimukh@cisco.com>
Date:   Thu Oct 15 02:36:43 2020 -0400

    stream: Initialised flow key's flags.ubits with 0

src/stream/icmp/icmp_session.cc

index bf231546edc32fdf76f130bbc552243c39b7a6ea..77162e9e6ad180dcf69f07d6ac05aae07a164f1b 100644 (file)
@@ -149,6 +149,7 @@ static int ProcessIcmpUnreach(Packet* p)
     skey.init_mpls(sc, 0);
     skey.flags.group_used = p->is_inter_group_flow();
     skey.init_groups(p->pkth->ingress_group, p->pkth->egress_group, reversed);
+    skey.flags.ubits = 0;
 
     switch (p->type())
     {