|
From: John R. <jr...@bi...> - 2009-08-14 13:52:03
|
> 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. -- |