Fix: Mishandled NULL short options in utils_generate_optstring()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 26 Jul 2015 18:54:24 +0000 (14:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 26 Jul 2015 18:54:24 +0000 (14:54 -0400)
commita596dcb9418fb17d2ad247630efb5d764a7b6abe
treea45090a625744ad91f4c4e5c46b1d32da73a66c4
parent92360082fd291a95695fb612d773ae1bb991c256
Fix: Mishandled NULL short options in utils_generate_optstring()

The NULL character is used to indicate that no short option is
available for a given command.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/utils.c
This page took 0.026254 seconds and 5 git commands to generate.