grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in parsing escaped characters in dquoted string


From: BVK
Subject: bug in parsing escaped characters in dquoted string
Date: Thu, 5 Nov 2009 14:03:21 +0530

Hi,


Current parsers (rescue-mode and sh-mode) parses don't seem to handle
escape characters in double quoted strings like the way bash does.
For example, in bash

echo "\""

prints single double quote character with escape processing and

echo "\a"

prints two characters without escape processing.


But grub parsers are not handling the first case.  Attached patch
fixes this issue.



thanks,
-- 
bvk-chaitanya

Attachment: escaped-dquote-in-dquote-string.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]