diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-03-11 06:29:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-03-11 06:29:46 -0700 |
commit | 62e9321f4511bd4e1c1c0142767d5fa2eec07d59 (patch) | |
tree | 83e7862b5b59350b6b6d280e7d6d5d33e38db8b3 /ChangeLog | |
parent | 89e46f760a11140db3cc4a4becd7a6941989c89a (diff) | |
download | txr-62e9321f4511bd4e1c1c0142767d5fa2eec07d59.tar.gz txr-62e9321f4511bd4e1c1c0142767d5fa2eec07d59.tar.bz2 txr-62e9321f4511bd4e1c1c0142767d5fa2eec07d59.zip |
* stream.c (open_process, run, sh): Eliminate utf8name local variable
and associated memory leak. Correctly allocate only nargs + 1 elements
for argv array, not nargs + 2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-03-11 Kaz Kylheku <kaz@kylheku.com> + + * stream.c (open_process, run): Eliminate utf8name local variable + and associated memory leak. Correctly allocate only nargs + 1 elements + for argv array, not nargs + 2. + 2015-03-10 Kaz Kylheku <kaz@kylheku.com> * sysif.c (mkdir_nothrow_exists): New static function. |