Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)

Florian Weimer fweimer@redhat.com
Fri Oct 30 21:15:21 GMT 2020


Why can't we do this instead, given that's an internal function?

- extern int __sigsetjmp (struct __jmp_buf_tag __env[1],
+ extern int __sigsetjmp (struct __jmp_buf_tag __env *,

Or doesn't this remove the warning?

Thanks,
Florian
-- 
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill



More information about the Libc-alpha mailing list