045b6fdaf6
using sscanf and truncating the start/end entries by writing them with a 32 bit int descriptor (%x). The upper bytes of the 64 bit vm_offset_t variables (for little endian machines) were uninitialized. For big endian machines, things would have been worse because it was storing the 32 bit value in the upper half of the 64 bit variable. I've changed it to use %lx and long types. That should work on all our platforms. |
||
---|---|---|
.. | ||
elfcore.c | ||
extern.h | ||
gcore.1 | ||
gcore.c | ||
Makefile |