Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit d7ea5a89fa2745f5bd743187b62bd05120c44c30:

  Fio 2.17 (2017-01-17 08:51:31 -0700)

are available in the git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 54441e7b5f44d3786ee12b3fede90c4bb2c2c260:

  init: fix double free of pid_file (2017-01-18 08:18:28 -0700)

----------------------------------------------------------------
Jens Axboe (1):
      init: fix double free of pid_file

 init.c | 3 ---
 1 file changed, 3 deletions(-)

---

Diff of recent changes:

diff --git a/init.c b/init.c
index ae20d61..324dc7b 100644
--- a/init.c
+++ b/init.c
@@ -2717,9 +2717,6 @@ int parse_cmd_line(int argc, char *argv[], int client_type)
 	}
 
 out_free:
-	if (pid_file)
-		free(pid_file);
-
 	return ini_idx;
 }
 
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux