mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1998-11-29 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/segfault.c (install_handler): Correct test for SEGFAULT_HANDLER=all. Patch by Zack Weinberg.
This commit is contained in:
@@ -188,7 +188,7 @@ install_handler (void)
|
||||
else
|
||||
{
|
||||
const char *where;
|
||||
int all = __strcasecmp (sigs, "all");
|
||||
int all = __strcasecmp (sigs, "all") == 0;
|
||||
|
||||
#define INSTALL_FOR_SIG(sig, name) \
|
||||
where = __strcasestr (sigs, name); \
|
||||
|
||||
Reference in New Issue
Block a user