Fix: ds_file_munmap must check ds_file for NULL
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:44:06 +0000 (14:44 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:45 +0000 (12:57 -0400)
commitd238196d1f1b84c98b3a2b8ca49ea83607eb2e9d
treebf77dbca9662281c377bf882e6b78fc3b0d9f891
parent11b4920caf6cb8d9549a7393cbc0340a1a686ac3
Fix: ds_file_munmap must check ds_file for NULL

ds_file_munmap may be called with a NULL file in
ctf_fs_ds_file_create()'s error path.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs-src/data-stream-file.c
This page took 0.023832 seconds and 4 git commands to generate.