From: BVK Chaitanya Date: Sun, 7 Nov 2010 10:48:29 +0000 (+0530) Subject: add changelog entry X-Git-Tag: 1.99~344^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898c99a2c35f2d874c14b8e225ed36982e724adb;p=thirdparty%2Fgrub.git add changelog entry --- diff --git a/ChangeLog b/ChangeLog index c92c49562..71f0f9fa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-11-07 BVK Chaitanya + + Suppress shell expansion on echo '*' and echo "*" like cases, + reported by Jordan Uggla. + + * grub-core/script/execute.c (grub_script_arglist_to_argv): Escape + string arguments before shell expansion. + * tests/grub_cmd_echo.in: New testcases. + 2010-11-01 Grégoire Sutre * grub-core/partmap/bsdlabel.c (iterate_real): Fix an integer overflow.