diff options
| -rw-r--r-- | src/ChangeLog.22 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 8515a6da723..e15c84eb1cd 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,8 @@ +2004-05-11 Kim F. Storm <storm@cua.dk> + + * process.c (read_process_output): Grow decoding_buf when needed; + this could cause a crash in allocate_string and compact_small_strings. + 2004-04-29 Kenichi Handa <handa@m17n.org> * fileio.c (WRITE_BUF_SIZE): This macro deleted. |
