CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/20 09:40:10
Modified files:
lib/libtls : tls_config.c
Log message:
Avoid potentially calling strchr() on a NULL pointer in
tls_config_set_ecdhecurve().
Spotted by Coverity.
