https://bugs.freedesktop.org/show_bug.cgi?id=61269
Niclas Zeising zeising+freedesktop@daemonic.se changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #75300|0 |1 is obsolete| |
--- Comment #3 from Niclas Zeising zeising+freedesktop@daemonic.se --- Created attachment 75312 --> https://bugs.freedesktop.org/attachment.cgi?id=75312&action=edit Add local implementation of strchrnul()
Hi! Attached is a different solution to the strchrnul() issue, it adds a local implementation and a configure check to see if strchrnul() exists in libc. If it does exist in libc, that version will be used instead of the local version.