OSDN Git Service

Silenced warnings about string lengths in snprintf()
authorJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Sun, 8 Mar 2020 08:29:04 +0000 (09:29 +0100)
committerJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Sun, 8 Mar 2020 08:29:04 +0000 (09:29 +0100)
commitb68c27ea74d5295ea3eac4f066f3fdf86a79399a
tree3ab6f88741be301aa03660825a1a051d28596b97
parentc5530af50821fa8a55bca624ee8f1e5c9d426e5c
Silenced warnings about string lengths in snprintf()

Adjust string lengths to the worst case estimated by the compiler, even
though they cannot be reached.
libntfs-3g/ioctl.c
libntfs-3g/realpath.c