https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287615
Jamie Gritton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #13 from Jamie Gritton <[email protected]> --- You mention there's no quoting at all, but that's not quite correct: a backslash in a value will still be backslash-quoted. Rather than setting qc=0 in quoted_print, it would be better to fputs the unquoted string and return early. -- You are receiving this mail because: You are the assignee for the bug.
