Text   |  XML   |  ReML   |   Visible Warnings:

Use After Free  at ssl-proxy-openssl.c:476

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

ssl_step

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/login-common/ssl-proxy-openssl.c)expand/collapse
Show more  
 469  static void ssl_step(struct ssl_proxy *proxy)
 470  {
 471          proxy->refcount++;
 472   
 473          if (!proxy->handshaked)
 474[+]                 ssl_handshake(proxy);
 475   
 476          if (proxy->handshaked) {
Show more  




Change Warning 11770.25752 : Use After Free

Priority:
State:
Finding:
Owner:
Note: