summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-03-11 06:29:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-03-11 06:29:46 -0700
commit62e9321f4511bd4e1c1c0142767d5fa2eec07d59 (patch)
tree83e7862b5b59350b6b6d280e7d6d5d33e38db8b3 /ChangeLog
parent89e46f760a11140db3cc4a4becd7a6941989c89a (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bfc6592..811376a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.