]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: use ul_optstr_is_valid()
authorKarel Zak <kzak@redhat.com>
Wed, 27 Nov 2024 13:10:36 +0000 (14:10 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 27 Nov 2024 13:10:36 +0000 (14:10 +0100)
commitee1a3f832a55e1f7ad4dd0f779df5aa29c345c64
tree8a45f7a20a16bdc6018fd128df4e87405b381ab1
parent02defa3e3f0c50171b5621af6426b58cd2c6c343
mount: use ul_optstr_is_valid()

Remove verification in mount(8) and instead use validation based on
parser.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.c