Actions
Bug #3053
closed
PA
SB
Replace atoi with StringParse* for better error handling
Bug #3053:
Replace atoi with StringParse* for better error handling
Affected Versions:
Effort:
Difficulty:
Label:
Description
And grepping atom gives results such as
src//detect-modbus.c: modbus->address->min = atoi((const char*) (arg+1));
PA Updated by Philippe Antoine almost 7 years ago
- Related to Bug #2080: Rules with bad port group var do not error added
VJ Updated by Victor Julien almost 7 years ago
I think we should use a wrapper to keep code compact. We might be able to use/reuse the wrappers in util-byte.c
AH Updated by Andreas Herz almost 7 years ago
- Assignee set to OISF Dev
- Target version set to TBD
VJ Updated by Victor Julien over 6 years ago
https://github.com/OISF/suricata/pull/4019
Keeping the ticket open as there are more places we'd like to see this fixed.
VJ Updated by Victor Julien over 6 years ago
- Subject changed from Replace atoi with strtol for better error handling to Replace atoi with ByteExtractString* for better error handling
- Priority changed from Normal to High
- Target version changed from TBD to 5.0rc1
SB Updated by Shivani Bhardwaj over 6 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Shivani Bhardwaj
SB Updated by Shivani Bhardwaj over 6 years ago
- Status changed from Assigned to Feedback
SB Updated by Shivani Bhardwaj over 6 years ago
- Status changed from Feedback to Assigned
VJ Updated by Victor Julien over 6 years ago
- Target version changed from 5.0rc1 to 6.0.0beta1
SB Updated by Shivani Bhardwaj over 6 years ago
- Subject changed from Replace atoi with ByteExtractString* for better error handling to Replace atoi with StringParse* for better error handling
VJ Updated by Victor Julien about 6 years ago
- Status changed from Assigned to In Review
SB Updated by Shivani Bhardwaj over 5 years ago
- Status changed from In Review to Closed
Actions