Actions
Optimization #7297
openRemove duplicate function declarations
Effort:
Difficulty:
Label:
Beginner, C, Good First Issue, Outreachy
Description
As in https://github.com/OISF/suricata/pull/11856
cat src/*.h | sort | uniq -c | awk '$1 == 2'
finds all duplicated lines
SCRunmodeGet
in suricata.h is another duplicate to remove
Updated by Nancy Enos 29 days ago
Hey, please add me as developer so i can claim this issue..i have set up suricata
Updated by Victor Julien 29 days ago
Nancy Enos wrote in #note-1:
Hey, please add me as developer so i can claim this issue..i have set up suricata
Done
Updated by Nancy Enos 14 days ago
- Status changed from New to Assigned
- Assignee changed from Community Ticket to Nancy Enos
Updated by Juliana Fajardini Reichow 13 days ago
- Status changed from Assigned to In Review
PR for review: https://github.com/OISF/suricata/pull/11988
Updated by Nancy Enos 6 days ago
merged pr: https://github.com/OISF/suricata/pull/12030
Updated by Philippe Antoine 5 days ago
- Status changed from Closed to In Progress
Cool, but it looks like there are still some remaining :
AppLayerDecoderEventsFreeEvents
PrefilterGenericMpmFrameRegister
What do you think about these ?
Updated by Nancy Enos 4 days ago
hey i have checked them out and created a pull request https://github.com/OISF/suricata/pull/12044
Updated by Juliana Fajardini Reichow 3 days ago
- Target version changed from TBD to 8.0.0-beta1
Actions