Actions
Bug #3129
closedFixes warning about size of integers in string formats (4.1.x)
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 about 5 years ago
- Copied from Bug #3009: Fixes warning about size of integers in string formats added
Updated by Victor Julien about 5 years ago
- Status changed from Assigned to Closed
Backported in https://github.com/OISF/suricata/pull/4079
Actions