Free Null Pointer at mail-storage.c:276 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mail_storage_mailbox_create (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/mail-storage.c)![]() | ||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||
338 | int mail_storage_mailbox_create(struct mail_storage *storage, const char *name, | |||||||||||||||||||||||||||||||||||||||||||
339 | bool directory) | |||||||||||||||||||||||||||||||||||||||||||
340 | { | |||||||||||||||||||||||||||||||||||||||||||
341 | [+] | mail_storage_clear_error(storage); | ||||||||||||||||||||||||||||||||||||||||||
342 | ||||||||||||||||||||||||||||||||||||||||||||
343 | [+] | if (!mailbox_list_is_valid_create_name(storage->list, name)) { | ||||||||||||||||||||||||||||||||||||||||||
344 | mail_storage_set_error(storage, MAIL_ERROR_PARAMS, | |||||||||||||||||||||||||||||||||||||||||||
345 | [+] | "Invalid mailbox name"); | ||||||||||||||||||||||||||||||||||||||||||
![]() |
| |||||||||||||||||||||||||||||||||||||||||||
![]() |