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>
Mon, 3 Aug 2015 15:59:16 +0000 (11:59 -0400)
commit5f1e4ef42b3f1c93bed74c74b8bd430f7d947589
tree764796c0c54d2f1eaa806d32e14392c66f6cc4df
parent96ec43a83fcb5d8e2d2d36ae254420abe0a4fd3e
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.025468 seconds and 4 git commands to generate.