summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-09-07 02:32:29 -0700
committerPetr Baudis <pasky@suse.cz>2009-09-18 20:10:00 +0200
commitd636be38ab3161d59704bb507165bbd8f089b146 (patch)
treefbb5cc7fb6d8392ee2b5cfca0d691a247e496059 /ChangeLog
parent36157661ee779a91b90b9ebd850c40604d3c1be2 (diff)
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. (cherry picked from commit 7a7e49c020125d444fec7fded51bd5f82bfc8c49)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ef7f505b3..67793804ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.