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

Update process plugins events #222

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

Zadamsa
Copy link

@Zadamsa Zadamsa commented Oct 1, 2024

No description provided.

m_plugins = tmp;
}
}
m_plugins[m_plugin_cnt++] = plugin;

Check failure

Code scanning / CodeQL

Potential use after free Critical

Memory may have been previously freed by
delete[]
.
@Zadamsa Zadamsa force-pushed the update-process-plugins-events branch from 5f965f0 to a2d3da6 Compare October 3, 2024 23:00
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 63.57388% with 106 lines in your changes missing coverage. Please review.

Project coverage is 40.64%. Comparing base (72cf1a7) to head (a2d3da6).

Files with missing lines Patch % Lines
include/ipfixprobe/storage.hpp 67.03% 16 Missing and 14 partials ⚠️
include/ipfixprobe/flowifc.hpp 59.61% 11 Missing and 10 partials ⚠️
process/http.cpp 40.00% 6 Missing ⚠️
process/dns.cpp 16.66% 5 Missing ⚠️
storage/cache.cpp 0.00% 0 Missing and 5 partials ⚠️
process/icmp.cpp 0.00% 4 Missing ⚠️
process/quic.cpp 42.85% 4 Missing ⚠️
process/stats.cpp 0.00% 4 Missing ⚠️
process/dnssd.cpp 50.00% 3 Missing ⚠️
process/mpls.cpp 0.00% 3 Missing ⚠️
... and 11 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   40.53%   40.64%   +0.10%     
==========================================
  Files         104      104              
  Lines       10110    10157      +47     
  Branches     1493     1501       +8     
==========================================
+ Hits         4098     4128      +30     
- Misses       5147     5157      +10     
- Partials      865      872       +7     
Flag Coverage Δ
tests 40.64% <63.57%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

2 participants