https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663

Jamie Gritton <ja...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ja...@freebsd.org

--- Comment #1 from Jamie Gritton <ja...@freebsd.org> ---
Created attachment 169588
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169588&action=edit
Use strunvis to escape fstab characters

I took at look at getfsent(3), and it uses strunvis(3) to parse escape codes
(only in the pathnames).  So I've done the same thing when I parse fstab lines
and the "mount" parameter.

Now the example you gave works, with the same \040 for space.  The quotes still
won't work, but then they don't work in getfsent either, so that sounds proper.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to