
2 Nov
2011
2 Nov
'11
8:20 p.m.
On Wednesday 02 November 2011 14:35:55 Matthias Weisser wrote:
So, as you can see, dumping to far is not faulting. It just dumps (in this case) the first bytes of my local libc.
yes, and i think this is acceptable behavior. take any SoC out there, and if you do `md` on addresses that aren't actually backed by memory, you get chip- specific behavior. it could be an exception, a hardware error signal, random garbage, or something else. -mike