Actions
Bug #5312
closedtest failure on Ubuntu 22.04 with GCC 12
Affected Versions:
Effort:
Difficulty:
Label:
Description
CC=gcc-12 ./configure && make
===> bug-4953: Sub test #1: FAIL : expected 3 matches; got 1 for filter {'min-version': 6, 'count': 3, 'match': {'event_type': 'fileinfo'}} ===> bug-4953: Sub test #4: FAIL : expected 1 matches; got 0 for filter {'count': 1, 'match': {'event_type': 'fileinfo', 'fileinfo.filename': 'LVejnvdxqMoIu', 'fileinfo.gaps': False, 'fileinfo.state': 'CLOSED', 'fileinfo.size': 676}} ===> bug-4953: Sub test #5: FAIL : expected 1 matches; got 0 for filter {'min-version': 6, 'count': 1, 'match': {'event_type': 'fileinfo', 'fileinfo.filename': 'BEemDNNWAKeCH', 'fileinfo.gaps': False, 'fileinfo.state': 'CLOSED', 'fileinfo.size': 692}}
With GCC 11 it passes.
Updated by Jason Ish over 2 years ago
Fails the same way on Fedora 36 with GCC 12.0.1.
Updated by Victor Julien over 2 years ago
- Status changed from New to In Progress
- Assignee changed from OISF Dev to Victor Julien
Looks related to the SIMD memcmp code.
Updated by Victor Julien over 2 years ago
- Status changed from In Progress to In Review
- Label Needs backport to 5.0, Needs backport to 6.0 added
Updated by Victor Julien over 2 years ago
- Status changed from In Review to Resolved
Fix:
https://github.com/OISF/suricata/pull/7395/commits/87c5d6943709de225d946f5eab8f1d24cdefa491
Backports should probably also take:
https://github.com/OISF/suricata/pull/7395/commits/ca97ed44361fe84cae72fad1807825f149f983eb
https://github.com/OISF/suricata/pull/7395/commits/0fc7ba45aa6c494bdedd5276e7ec7e4e9012facb
https://github.com/OISF/suricata/pull/7395/commits/f0479987ff6f5321613395a8bf1a5eb38530b977
Updated by Victor Julien over 2 years ago
- Status changed from Resolved to Closed
Updated by Victor Julien over 2 years ago
- Label deleted (
Needs backport to 5.0, Needs backport to 6.0)
Actions