Module Name: src Committed By: abs Date: Mon Jun 25 16:47:03 UTC 2012
Modified Files: src/dist/pdisk: partition_map.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/dist/pdisk/partition_map.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.