mntent: fields are delimited only by tabs or spaces, not general whitespace
commitf314e133929b6379eccc632bef32eaebb66a7335
authorRich Felker <dalias@aerifal.cx>
Thu, 16 Nov 2023 17:55:21 +0000 (16 12:55 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 16 Nov 2023 17:55:21 +0000 (16 12:55 -0500)
tree9121f0013f69c40d50c0dfa41b8959ed5f6e7dc0
parentee1d39bc1573c1ae49ee6b658938b56bbef95a6c
mntent: fields are delimited only by tabs or spaces, not general whitespace

this matters because the kernel-provided mtab only escapes tabs,
spaces, newlines, and backslashes. it leaves carriage returns, form
feeds, and vertical tabs literal.
src/misc/mntent.c