diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-01-12 00:39:10 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2007-01-12 00:39:10 +0000 |
commit | cc0732ba28d55b2bbcfe80617415379de4f4cc6c (patch) | |
tree | 0d4bd2f1a0e955aa8e0e8758d363b33d1ccb34e3 /libiberty/ChangeLog | |
parent | 79baeb1eb29e350c46d244f07193c25f9ffd7475 (diff) | |
download | gdb-cc0732ba28d55b2bbcfe80617415379de4f4cc6c.zip gdb-cc0732ba28d55b2bbcfe80617415379de4f4cc6c.tar.gz gdb-cc0732ba28d55b2bbcfe80617415379de4f4cc6c.tar.bz2 |
* choose-temp.c (choose_temp_base): Check the result of the call
to mktemp rather than testing the length of the modified string.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e72f845..49afc15 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2007-01-12 Ben Elliston <bje@au.ibm.com> + + * choose-temp.c (choose_temp_base): Check the result of the call + to mktemp rather than testing the length of the modified string. + 2006-12-20 Geoffrey Keating <geoffk@apple.com> * cp-demangle.h: Add comment explaining what to do to avoid |