Module Name: src Committed By: maxv Date: Mon Nov 19 21:45:37 UTC 2018
Modified Files: src/lib/libnvmm: libnvmm.c Log Message: Fix error handling of realloc, and use memmove because the areas overlap; noted by agc@. These _nvmm_area_add/delete functions don't make a lot of sense right now and will likely be rewritten to match the behavior expected by Qemu; but still fix for the time being. Also fix a collision check while here. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libnvmm/libnvmm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.