Comment 2 for bug 1089722

Revision history for this message
Phillip Susi (psusi) wrote :

I suspected it may be a false positive in valgrind from such an optimization in eglibc, but looking at the uncommented glibc source, I can not tell if it actually is safe and won't cross a page boundary. If it can't cross a page boundary, then yes, valgrind should be configured to ignore it, but if it can, then it certainly is a bug.