Update.
commit383bd1c5033b466ffcc1a0be766d8a8b003c73e9
authorUlrich Drepper <drepper@redhat.com>
Thu, 6 Dec 2001 08:49:08 +0000 (6 08:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 6 Dec 2001 08:49:08 +0000 (6 08:49 +0000)
tree06aec2446da55eee38518fb8296728d0910f258d
parent1e06620a7b9c6c65284c52b4625eabd23b14c77c
Update.

2001-12-06  Ulrich Drepper  <drepper@redhat.com>

* libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
* assert/assert.c: Check result of __asprintf call and don't use
string if it failed.
* assert/assert-perr.c: Likewise.
* inet/rcmd.c: Likewise.
* locale/programs/localedef.c (main): Check result of
construct_output_path and exit if it failed.
(construct_output_path): Check result of asprintf and mkdir calls and
fail if they failed.
* posix/getopt.c: Check result of __asprintf calls and fail if
they failed.
Patch by Dmitry V. Levin <ldv@alt-linux.org>.
ChangeLog
assert/assert-perr.c
assert/assert.c
inet/rcmd.c
libio/vasprintf.c
locale/programs/localedef.c
posix/getopt.c