freebsd-dev/sbin/fdisk
John Baldwin a12de06299 - Don't try to free mboot.bootinst before it has been allocated. If, for
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.
2000-07-17 19:51:42 +00:00
..
fdisk.8 Fix nits in previous commit: restore option ordering of the option 2000-03-13 10:55:21 +00:00
fdisk.c - Don't try to free mboot.bootinst before it has been allocated. If, for 2000-07-17 19:51:42 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00