Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2011 19:52:28 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/mfiutil mfi_config.c mfi_drive.c mfi_evt.c mfi_flash.c mfi_patrol.c mfi_show.c mfi_volume.c
Message-ID:  <201106091952.p59JqmRs050506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-06-09 19:52:28 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/mfiutil     mfi_config.c mfi_drive.c mfi_evt.c 
                         mfi_flash.c mfi_patrol.c mfi_show.c 
                         mfi_volume.c 
  Log:
  SVN rev 222899 on 2011-06-09 19:52:28Z by bz
  
  Contrary to when returning in all-good cases at the end of functions we
  did not free memory (1) or close the file descriptor (2) in error cases.
  
  Reported by:    Mark Johnston (1)
  Reported by:    attilio (2)
  Reviewed by:    jhb
  Sponsored by:   Sandvine Incorporated
  MFC after:      1 week
  
  Revision  Changes    Path
  1.5       +92 -37    src/usr.sbin/mfiutil/mfi_config.c
  1.5       +31 -6     src/usr.sbin/mfiutil/mfi_drive.c
  1.5       +15 -0     src/usr.sbin/mfiutil/mfi_evt.c
  1.4       +22 -10    src/usr.sbin/mfiutil/mfi_flash.c
  1.4       +17 -3     src/usr.sbin/mfiutil/mfi_patrol.c
  1.6       +25 -6     src/usr.sbin/mfiutil/mfi_show.c
  1.4       +14 -0     src/usr.sbin/mfiutil/mfi_volume.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106091952.p59JqmRs050506>