> pread64(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\2\0\24\0\0\0\1\20\0 "..., 4096, 
> 0) = 4096
> pread64(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\2\0\24\0\0\0\1\20\0 "..., 4096, 
> 0) = 4096

--------------------------------------------------------------------------^^^^-------^^^^

[versus]

> pread64(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\2\0\24\0\0\0\1\20\0 "..., 4096, 
> 0) = 4096
> pread64(3, "\335\335\335\335\335\335\335\335\335\335\335\335\335\335"..., 52, 
> 0) = 52

----------------------------------------------------------------------------^^-------^^


> Except for the geteuid(), stat64() and fstat64(), there seems to be no  
> difference.

The second call to pread64 has a third argument of 52 instead of 4096.

-- 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to