https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The function returns int and that is then cast to ssize_t and then to a pointer. Assuming the int is a valid pointer doesn't look right. Though, perhaps even if there is just function returning pointer and it returns NULL it might be similar.