Comment 195 for bug 727064

Revision history for this message
In , reg.bugs (reg.bugs-redhat-bugs) wrote :

I'd like to point out that malloc() has its MALLOC_CHECK_ environment variable which activates less efficient implementation designed to be tolerant
against simple errors.

Memcpy() bugs happen just like malloc() bugs do. So why not a MEMCPY_CHECK_ ?