* grub-core/script/execute.c (grub_script_arglist_to_argv): Fix

handling of variables containing backslash.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-29 12:02:26 +02:00
parent e9e46c9a0c
commit bdc4add8ca
2 changed files with 36 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-04-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/execute.c (grub_script_arglist_to_argv): Fix
handling of variables containing backslash.
2013-04-29 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/list.h (FOR_LIST_ELEMENTS_SAFE):Fix a NULL pointer