Oskar Liljeblad wrote:
> Thanks. I didn't know free could clobber errno. (Do you know a system
> where it does?)

Yes: glibc systems. free() gives back unused memory to the system by calling
munmap(). munmap() can clobber errno.

Bruno



_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to