On Mon, Jun 23, 2014 at 12:36 PM, Ján Tomko <jtomko(a)redhat.com> wrote:
Only three other callers possibly call closedir on a NULL argument.
Even though these probably won't be used on FreeBSD where this crashes,
let's be nice and only call closedir on an actual directory stream.
---
src/parallels/parallels_storage.c | 2 +-
src/util/virscsi.c | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
ACK
--
Nehal J Wani