Searched hist:133026 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dndiscvt.cdiff 133026 Mon Aug 02 16:54:01 MDT 2004 wpaul Today, RealTek sent me a driver to test which had been compiled with
some debug support turned on. It turns out the sections in this driver
binary had relative virtual addresses (RVAs) that were different
from the raw addresses, and it had a .data section where the virtual size
was much larger than the raw size. (Most production binaries produced
with the Microsoft DDK have RVA == PA.)

There's code in the ndiscvt(8) utility that's supposed to handle
the vsize != rsize case, but it turns out it was slightly broken,
and it failed to handle the RVA != RA case at all. Hopefully, this
commit will fix all that.

Completed in 50 milliseconds