[PATCH] Fix build warnings in locale/programs/ld-ctype.c
Stefan Liebler
stli@linux.ibm.com
Wed Jun 26 10:32:00 GMT 2019
On 6/25/19 3:54 PM, Florian Weimer wrote:
> * Stefan Liebler:
>
>>> To be honest, I'm more concerned about the other calls to get_character
>>> without error checking.
>
>> Where do you see other ones?
>> With my patch applied, I just see the following occurrences of
>> get_character which are now all checking the return value:
>> 1257:get_character (struct token *now, const struct charmap_t *charmap,
>> 1399:if (get_character (now, charmap, repertoire, &seq, &wch))
>> 2291:if (get_character (now, charmap, repertoire, &seq, &wch))
>> 2574:if (get_character (now, charmap, repertoire, &from_seq,
>> 2585:if (get_character (now, charmap, repertoire, &to_seq,
>
> Ah, my bad, you are right. Please commit the original patch.
>
> Thanks,
> Florian
>
Committed.
Thanks
More information about the Libc-alpha
mailing list