mosquitto/apps/mosquitto_passwd
Roger A. Light 0713ad38b1 Silence Coverity Scan's concern over password_cmd derefencing.
This is a false positive, the conditions to trigger a NULL derefence
rely on argc changing value. However, this makes it impossible to go
wrong anyway.

Coverity Scan 1436868.
2020-11-25 11:04:58 +00:00
..
CMakeLists.txt passwd: Move password getting code to own file for sharing. 2020-10-29 12:48:59 +00:00
get_password.c ctrl: Ask for passwords if not given. 2020-10-29 14:35:50 +00:00
get_password.h ctrl: Ask for passwords if not given. 2020-10-29 14:35:50 +00:00
Makefile passwd: Move password getting code to own file for sharing. 2020-10-29 12:48:59 +00:00
mosquitto_passwd.c Silence Coverity Scan's concern over password_cmd derefencing. 2020-11-25 11:04:58 +00:00