CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/08 09:31:12
Modified files:
lib/libssl : ssl_ciph.c
Log message:
ssl_cipher_process_rulestr: return early if a cipher command is invalid
This is a safer fix for the bug where we might read outside rule_str
buffer and is how BoringSSL fixed it. OK tb@
