summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2012-06-21 09:26:41 -0600
committerJeff Law <law@redhat.com>2012-06-21 09:26:41 -0600
commit28363bbf705830cb35791af679401559376eaa75 (patch)
treed04ba0e96581b43edcfe7eaaea5e4bdce8870886 /NEWS
parent09615db4a954a51014bb75e6def15ec05d4f0da9 (diff)
2012-06-21 Jeff Law <law@redhat.com>
[BZ #13882] * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use uint16_t for elements in the "seen" array to avoid char overflows. * elf/dl-fini.c (_dl_sort_fini): Likewise. * elf/dl-open.c (dl_open_worker): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 97ab8fead9..f758700b63 100644
--- a/NEWS
+++ b/NEWS
@@ -23,14 +23,14 @@ Version 2.16
13691, 13695, 13704, 13705, 13706, 13718, 13726, 13738, 13739, 13743,
13750, 13758, 13760, 13761, 13775, 13786, 13787, 13792, 13806, 13824,
13840, 13841, 13844, 13846, 13848, 13851, 13852, 13854, 13871, 13872,
- 13873, 13879, 13883, 13884, 13885, 13886, 13892, 13895, 13908, 13910,
- 13911, 13912, 13913, 13914, 13915, 13916, 13917, 13918, 13919, 13920,
- 13921, 13922, 13923, 13924, 13926, 13927, 13928, 13938, 13941, 13942,
- 13954, 13955, 13956, 13963, 13967, 13968, 13970, 13973, 13979, 13983,
- 13986, 13996, 14012, 14027, 14033, 14034, 14036, 14040, 14043, 14044,
- 14048, 14049, 14050, 14053, 14055, 14059, 14064, 14075, 14080, 14083,
- 14103, 14104, 14109, 14112, 14117, 14122, 14123, 14134, 14153, 14183,
- 14188, 14199, 14210, 14218, 14229, 14241
+ 13873, 13879, 13882, 13883, 13884, 13885, 13886, 13892, 13895, 13908,
+ 13910, 13911, 13912, 13913, 13914, 13915, 13916, 13917, 13918, 13919,
+ 13920, 13921, 13922, 13923, 13924, 13926, 13927, 13928, 13938, 13941,
+ 13942, 13954, 13955, 13956, 13963, 13967, 13968, 13970, 13973, 13979,
+ 13983, 13986, 13996, 14012, 14027, 14033, 14034, 14036, 14040, 14043,
+ 14044, 14048, 14049, 14050, 14053, 14055, 14059, 14064, 14075, 14080,
+ 14083, 14103, 14104, 14109, 14112, 14117, 14122, 14123, 14134, 14153,
+ 14183, 14188, 14199, 14210, 14218, 14229, 14241
* Support for the x32 ABI on x86-64 added. The x32 target is selected by
configuring glibc with: