Actions
Optimization #6632
open
PA
OD
Do not have any warning with -Wsign-conversion
Optimization #6632:
Do not have any warning with -Wsign-conversion
Description
Example
app-layer-ftp.c:376:38: warning: implicit conversion changes signedness: 'int32_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion] 376 | uint32_t o_consumed = input->consumed;
PA Updated by Philippe Antoine over 2 years ago
- Related to Bug #6186: Integer overflows 64 to 32 bytes added
PA Updated by Philippe Antoine over 2 years ago
Also Wsign-compare
PA Updated by Philippe Antoine over 1 year ago
- Label Hardening added
PA Updated by Philippe Antoine 3 months ago
- Status changed from New to Assigned
Actions