Closed nabijaczleweli closed 3 weeks ago
module/unicode/u8_textprep.c: In function 'do_case_conv':
module/unicode/u8_textprep.c:555:12: error: 'i' may be used uninitialized [-Werror=maybe-uninitialized]
555 | u8s[i] = '\0';
| ^
module/unicode/u8_textprep.c:463:16: note: 'i' was declared here
463 | size_t i;
| ^
I don't get this warning but fixed hopefully
I don't know why checkstyle does not complain, but one of your commit messages has too long title. Please reformat. I am also not sure this worth 3 individual commits.
Motivation and Context
The second (non-uconv) half of #13224, minus U8_TEXTPREP_NOWAIT, U8_VALIDATE_CHECK_ADDITIONAL, and U8_VALIDATE_UCS2_RANGE (rejected in review below)
Description
The API remains, the removed bits are
#if
ed out.How Has This Been Tested?
Builds.
Types of changes
Checklist:
Signed-off-by
.