diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-09-07 02:32:29 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-07 02:32:29 -0700 |
commit | 7a7e49c020125d444fec7fded51bd5f82bfc8c49 (patch) | |
tree | 25c434b7088fb319dbda653fb9c2e3490837fcf4 /ChangeLog | |
parent | d76da20f7f77e9dfc7e81ebaf0f9902699a873e8 (diff) | |
download | glibc-7a7e49c020125d444fec7fded51bd5f82bfc8c49.tar glibc-7a7e49c020125d444fec7fded51bd5f82bfc8c49.tar.gz glibc-7a7e49c020125d444fec7fded51bd5f82bfc8c49.tar.bz2 glibc-7a7e49c020125d444fec7fded51bd5f82bfc8c49.zip |
Fix endless loop in localedef.
localedef got into an endless loop in case order_start was used for
the unnamed_section twice and the first use didn't actually result
into any definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-09-07 Ulrich Drepper <drepper@redhat.com> + * locale/programs/ld-collate.c (struct locale_collate_t): Add + unnamed_section_defined field. + (collate_read): Test and set unnamed_section_defined. + * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to _POSIX2_LINE_MAX. |