mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
do anything.
This commit is contained in:
parent
2ac9ca7300
commit
f5a8277232
@ -1,5 +1,8 @@
|
||||
2006-08-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
|
||||
do anything.
|
||||
|
||||
* sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
|
||||
symbol require exact match (these are PLTs).
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
|
||||
|
@ -2256,6 +2256,8 @@ ctype_read (struct linereader *ldfile, struct localedef_t *result,
|
||||
/* Prepare the data structures. */
|
||||
ctype_startup (ldfile, result, charmap, copy_locale, ignore_content);
|
||||
ctype = result->categories[LC_CTYPE].ctype;
|
||||
if (ctype == NULL)
|
||||
return;
|
||||
|
||||
/* Remember the repertoire we use. */
|
||||
if (!ignore_content)
|
||||
|
Loading…
Reference in New Issue
Block a user