forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2004-05-07 Dmitry V. Levin <[email protected]> * argp/argp-help.c (__argp_error, __argp_failure): Check result of __asprintf call and don't use string if it failed. * stdio-common/psignal.c (psignal): Likewise. * locale/programs/localedef.c (more_help): Likewise. * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list, arg_bool, parse_line): Check result of __asprintf calls and don't use string if they failed. * sunrpc/svc_simple.c (registerrpc, universal): Likewise. * elf/ldconfig.c (parse_conf_include): Check result of __asprintf call and exit if it failed.
- Loading branch information
Ulrich Drepper
committed
Jun 1, 2004
1 parent
9ddfc05
commit 322861e
Showing
6 changed files
with
72 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2004-05-07 Dmitry V. Levin <[email protected]> | ||
|
||
* argp/argp-help.c (__argp_error, __argp_failure): Check result | ||
of __asprintf call and don't use string if it failed. | ||
* stdio-common/psignal.c (psignal): Likewise. | ||
* locale/programs/localedef.c (more_help): Likewise. | ||
* resolv/res_hconf.c (arg_service_list, arg_trimdomain_list, | ||
arg_bool, parse_line): Check result of __asprintf calls and | ||
don't use string if they failed. | ||
* sunrpc/svc_simple.c (registerrpc, universal): Likewise. | ||
* elf/ldconfig.c (parse_conf_include): Check result of __asprintf | ||
call and exit if it failed. | ||
|
||
2004-05-10 Jakub Jelinek <[email protected]> | ||
|
||
* sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters