Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at mail-index.c:712

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

mail_index_reset_error

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-index.c)expand/collapse
Show more  
 708  void mail_index_reset_error(struct mail_index *index)
 709  {
 710          if (index->error != NULL) {
 711                  i_free(index->error);
 712                  index->error = NULL;
 713          }
 714   
 715          index->nodiskspace = FALSE;
 716          index->index_lock_timeout = FALSE;
 717  }
Show more  




Change Warning 7237.24434 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: