1
1
openmpi/orte/util/hostfile
Gilles Gouaillardet 2e2366d193 util/hostfile: fix a double free error
As reported at https://stackoverflow.com/questions/52707242/mpirun-segmentation-fault-whenever-i-use-a-hostfile
mpirun crashes when the hostfile contains a "user@host" line.
The root cause is username was not strdup'ed and free'd twice by opal_argv_free() and free()

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>

(cherry picked from commit open-mpi/ompi@5803385d44)
2018-10-09 13:06:55 +09:00
..
help-hostfile.txt orte/util/hostfile: add the port=<port> option 2016-10-19 15:04:01 +09:00
hostfile_lex.h util/hostfile: plug a memory leak 2017-01-06 15:38:45 +09:00
hostfile_lex.l orte/util/hostfile: add the port=<port> option 2016-10-19 15:04:01 +09:00
hostfile.c util/hostfile: fix a double free error 2018-10-09 13:06:55 +09:00
hostfile.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_hosts.7in Purge whitespace from the repo 2015-06-23 20:59:57 -07:00