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

Decode runmode/v10 #12277

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Conversation

victorjulien
Copy link
Member

#11233 rebased.

Converted NFQ as well.

@victorjulien victorjulien requested a review from a team as a code owner December 13, 2024 09:06
@victorjulien victorjulien mentioned this pull request Dec 13, 2024
@suricata-qa
Copy link

WARNING:

field baseline test %
SURI_TLPW2_autofp_stats_chk
.flow.end.tcp_state.last_ack 0 1 -

Pipeline 23924

@victorjulien victorjulien marked this pull request as draft December 14, 2024 06:28
- pcap
- pcap/file
- af-packet
- dpdk
- nfq
 source-dpdk.c:201:21: warning: Access to field 'dev' results in a dereference of a null pointer (loaded from field 'livedev') [core.NullDereference]
  201 |                     ptv->livedev->dev, rte_strerror(-retval), flush_error.message);
      |                     ^~~~~~~~~~~~~~~~~
./util-debug.h:262:74: note: expanded from macro 'SCLogError'
  262 |     SCLogErr(SC_LOG_ERROR, __FILE__, __FUNCTION__, __LINE__, _sc_module, __VA_ARGS__)
      |                                                                          ^~~~~~~~~~~
source-dpdk.c:641:17: warning: Potential leak of memory pointed to by 'ptv' [unix.Malloc]
  641 |     SCReturnInt(TM_ECODE_FAILED);
      |                 ^~~~~~~~~~~~~~~
./util-debug.h:275:48: note: expanded from macro 'SCReturnInt'
  275 | #define SCReturnInt(x)                  return x
      |                                                ^
source-dpdk.c:732:67: warning: Access to field 'dev' results in a dereference of a null pointer (loaded from field 'livedev') [core.NullDereference]
  732 |             SCLogError("%s: error (%s) when getting device info", ptv->livedev->dev,
      |                                                                   ^~~~~~~~~~~~~~~~~
./util-debug.h:262:74: note: expanded from macro 'SCLogError'
  262 |     SCLogErr(SC_LOG_ERROR, __FILE__, __FUNCTION__, __LINE__, _sc_module, __VA_ARGS__)
      |                                                                          ^~~~~~~~~~~
3 warnings generated.
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 23958

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

Successfully merging this pull request may close these issues.

2 participants