CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/21 09:48:14
Modified files:
lib/libssl : ssl_pkt.c
Log message:
Add extra NULL check after ssl3_setup_read_buffer()
While ssl3_setup_read_buffer() success alone is enough to imply that
the read bufer is non-NULL, several static analyzers fail to recognize
that and throw fits about possible NULL accesses.
CID 331010
Fix from and ok jsing
