Actions
Bug #3009
closedFixes warning about size of integers in string formats
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by compiler Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Example :
decode-icmpv4.c:88:55: warning: format specifies type 'unsigned char' but the argument has type 'uint16_t' (aka 'unsigned short') [-Wformat] "%"PRIu8" dport %"PRIu8"", p->icmpv4vars.emb_sport,
Updated by Victor Julien over 5 years ago
- Status changed from New to Closed
- Target version set to 5.0rc1
- Label Needs backport added
Updated by Philippe Antoine about 5 years ago
- Label deleted (
Needs backport)
Backported in https://github.com/OISF/suricata/pull/4079
Updated by Victor Julien about 5 years ago
- Copied to Bug #3129: Fixes warning about size of integers in string formats (4.1.x) added
Updated by Victor Julien about 5 years ago
The 'needs backport' label is an indication that a ticket for the current stable should be created.
Actions