Null Pointer Dereference at auth-request.c:820 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mech_login_auth_continue (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/auth/mech-login.c)![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17 | mech_login_auth_continue(struct auth_request *request, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
18 | const unsigned char *data, size_t data_size) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19 | { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
20 | static const char prompt2[] = "Password:"; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 | const char *username, *error; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
22 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23 | if (request->user == NULL) { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
24 | [+] | username = t_strndup(data, data_size); | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
25 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26 | [+] | if (!auth_request_set_username(request, username, &error)) { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |