History log of /netbsd-6-1-5-RELEASE/dist/pdisk/partition_map.c
Revision Date Author Comments
# 1.13.8.1 02-Jul-2012 jdc

Pull up revision 1.15 (requested by abs in ticket #380).

Casting an uint32_t pointer to (long *) may have been acceptable
in the eighties but that time has long past. Minimally invasive
fix using a temporary long variable, so while we can still overflow
at least we're less broken.