Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at mail-index-strmap.c:565

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

strmap_read_block_next

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-index-strmap.c)expand/collapse
Show more  
 547  strmap_read_block_next(struct mail_index_strmap_read_context *ctx,
 548                         uint32_t *crc32_r)
 549  {
 550          uint32_t uid_diff;
 551          int ret;
 552   
 553[+]         if (mail_index_strmap_read_rec_next(ctx, crc32_r))
 554                  return 1;
 555   
 556          /* get next UID */
 557          do {
 558                  if (ctx->input->v_offset == ctx->end_offset) {
 559                          /* this block is done */
 560                          return 0;
 561                  }
 562[+]                 if (mail_index_strmap_read_packed(ctx, &uid_diff) < 0)
 563                          return -1;
 564   
 565                  ctx->rec.uid += uid_diff;
Show more  




Change Warning 7254.25822 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: