From 4ee47eca8eded2f75795dabae5296c511209e408 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 12 Sep 2014 10:34:12 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 54cc8cfce21..a14ab48b3d9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8498,3 +8498,5 @@ might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore(). That would be more efficient, but I never tried it (2014-9-12). + * binfmt/libelf/libelf_load.c: ELF: Critical bugfix.. BSS was not being + cleared (2014-9-12).