sscanf(3) is now used to parse templates that contain format specifiers
authorhelg <helg@openbsd.org>
Mon, 11 Dec 2017 12:38:54 +0000 (12:38 +0000)
committerhelg <helg@openbsd.org>
Mon, 11 Dec 2017 12:38:54 +0000 (12:38 +0000)
commitc32970f0421deced9a45c9bf8e23dd7db754d8b0
treee876300ebe2d2a908eccb021b88e3bdbbb984376
parentec9508f9e1aec89cba84959920958759743150ef
sscanf(3) is now used to parse templates that contain format specifiers
(e.g. %u, %o) other than %s. This aligns libfuse with the Linux reference
implementation.

ok mpi@
lib/libfuse/fuse_opt.c
regress/lib/libfuse/fuse-opt-parse.c