[ClusterIt-CVS] CVS commit: src
Brought to you by:
garbled
|
From: Tim R. <ga...@us...> - 2007-04-02 18:39:14
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:38:53 UTC 2007 Modified Files: src/dsh: dsh.c rseq.c run.c src/jsd: jsh.c Log Message: Fix coverity id 5. Sometimes we use command as it was malloc'd and sometimes we replace it with the return of fgets(). In the latter case, free command first, and free it when we are done. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 src/dsh/dsh.c cvs rdiff -r1.26 -r1.27 src/dsh/rseq.c cvs rdiff -r1.20 -r1.21 src/dsh/run.c cvs rdiff -r1.17 -r1.18 src/jsd/jsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |