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

rust/rdp: Fix use of incorrect buffer #5274

Closed
wants to merge 1 commit into from
Closed

Conversation

jlucovsky
Copy link
Contributor

@jlucovsky jlucovsky commented Aug 5, 2020

This commit updates the connection confirmation parsing function to use
the correct buffer when determining the packet type.

Link to redmine ticket: 3813

Describe changes:

  • Fix issue with buffer used to check packet type

PRScript output (if applicable):

#suricata-verify-pr: 297
#suricata-verify-repo: https://github.com/jlucovsky/suricata-verify
#suricata-verify-branch: 3339/2
#suricata-update-pr:
#suricata-update-repo:
#suricata-update-branch:
#libhtp-pr:
#libhtp-repo:
#libhtp-branch:

This commit updates the connection confirmation parsing function to use
the correct buffer when determining the packet type.
@victorjulien
Copy link
Member

Merged in #5276, thanks!

jufajardini added a commit to jufajardini/suricata that referenced this pull request May 6, 2022
We want to be able to share _some_ calls related to the
unittests functions, but not the whole thing. When documentation for
static functions is enabled in doxygen, the caller graphs can become
huge, for all unittests that are involved in the caller graph will show
up. To prevent this, removing UNITTESTS from PREDEFINED setting was
necessary.

With this change, only the RunUnittests function is shown in caller
graphs.

Related to
Task OISF#5274
jufajardini added a commit to jufajardini/suricata that referenced this pull request May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants