From: BVK Chaitanya Date: Sun, 7 Nov 2010 14:52:29 +0000 (+0530) Subject: Suppress shell expansion on echo '*' and echo "*" like cases. X-Git-Tag: 1.99~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86643a242f02ffc6fe57ad1ad220fa1918d38d7c;p=thirdparty%2Fgrub.git 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. --- 86643a242f02ffc6fe57ad1ad220fa1918d38d7c diff --cc ChangeLog index 764dffc4a,adb768eaf..a35961641 --- a/ChangeLog +++ b/ChangeLog @@@ -1,8 -1,12 +1,17 @@@ + 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-07 Robert Millan + + * conf/mips-qemu-mips.rmk: Remove stale file from previous + transition. + 2010-11-07 Vladimir Serbinenko * grub-core/kern/emu/hostdisk.c