On 06/01/2012 03:34 PM, Jakub Jelinek wrote:
The standard -D_FORTIFY_SOURCE failure is __chk_fail (), so IMNSHO if this is presented as _FORTIFY_SOURCE check, it should call that and not some other function.I understand. I don't know much about -D_FORTIFY_SOURCE, honestly. I hope the diagnostics provided by __chk_fail is good enough. And well, then we really do have to explain in a comment where __chk_fail is coming from ;)
Paolo.