Robert Connolly wrote:
> Hello. Does it seem reasonable to use:
> - fwrite (...);
> + assert(fwrite (...));
> ...
> to deal with -D_FORTIFY_SOURCE warnings with fwrite(), dup(), chdir(), 
> fchown(), fgets(), write(), mktemp(), mkstemp(), mkdtemp(), and friends who 
Seems very reasonable, but upstream may get confused by getting these
assertions as bug reports. But it's a good thing anyway.

- Mordae

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to