bugzilla-daemon at bugzilla.mindrot.org
2017-Aug-25 03:52 UTC
[Bug 1596] Option parser does not permit a double-quote character to occur in option values
https://bugzilla.mindrot.org/show_bug.cgi?id=1596 --- Comment #34 from Damien Miller <djm at mindrot.org> --- Created attachment 3038 --> https://bugzilla.mindrot.org/attachment.cgi?id=3038&action=edit teach strdelim a set of escapes This teaches misc.c:strdelim() a few escape sequences that can be used in quoted strings. The sequences aren't accepted elsewhere. I'm unsure of whether this will break any existing configurations, but I can't think of many cases where '\' could appear in existing strings. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.