Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at mech-otp.c:208

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

mech_otp_auth_phase2

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/auth/mech-otp.c)expand/collapse
Show more  
 203  mech_otp_auth_phase2(struct auth_request *auth_request,
 204                       const unsigned char *data, size_t data_size)
 205  {
 206[+]         const char *str = t_strndup(data, data_size);
 207   
 208          if (strncmp(str, "hex:", 4) == 0) {
Show more  




Change Warning 7639.25674 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: