a12de06299
some reason, mboot.bootinst is not initialized to NULL at the beginning of the program, then the last commit to this would try to free whatever bogus address is in it. - Restore the behavior of free()'ing the mboot.bootinst buffer after we abuse it to determine the sector size of the disk (as clearly noted in the comments). Properly fix the double free() bug by setting the pointer to NULL after we free it. |
||
---|---|---|
.. | ||
cxconfig | ||
fdisk | ||
nextboot | ||
Makefile | ||
Makefile.inc |