View Single Post
Old 22nd August 2014
Smith Smith is offline
Port Guard
 
Join Date: Apr 2012
Posts: 14
Default

... or could it be some weird memory alignment issue, that becomes evident here but not so much under Linux, because perhaps OpenBSD handles RAM itself differently?

Eg in the dump from the failed ntfsinfo execution I notice that 0x7bff0a00 (which I imagine is the address in RAM of the buffer for pread() to store the data) just happens to be divisible by 512, but not by 4096.
Reply With Quote