Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next/221/60x/20231209/v1 #10022

Merged
merged 3 commits into from Dec 11, 2023

Conversation

jlucovsky and others added 3 commits November 30, 2023 08:45
Issue: 6239

This commit moves the global variables associated with engine analysis
into the detect engine context. Doing so provides encapsulation of the
analysis components as well as thread-safe operation in a multi-tenant
(context) deployment.

(cherry picked from commit c8615bc)
Where clang --version was returning:

clang version 9.0.1-15+b1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

Newer version like clang-10 on Debian are returning:

Debian clang version 10.0.1-8+b1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

As a result the parsing was failing to determine which llc was
available on the system.

Ticket: OISF#6598

(cherry picked from commit 37b1595)
The commit updates obsolete installation instructions
from the userguide and reformats certain parts for
improved clarity.

Ticket: OISF#5988
@victorjulien victorjulien requested review from norg and a team as code owners December 9, 2023 09:15
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 16973

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants