about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-09-07 02:32:29 -0700
committerUlrich Drepper <drepper@redhat.com>2009-09-07 02:32:29 -0700
commit7a7e49c020125d444fec7fded51bd5f82bfc8c49 (patch)
tree25c434b7088fb319dbda653fb9c2e3490837fcf4 /ChangeLog
parentd76da20f7f77e9dfc7e81ebaf0f9902699a873e8 (diff)
downloadglibc-7a7e49c020125d444fec7fded51bd5f82bfc8c49.tar.gz
glibc-7a7e49c020125d444fec7fded51bd5f82bfc8c49.tar.xz
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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0ed5d50e8..d6cd79dfbb 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.