Cast Alters Value at mail-index-sync-ext.c:473 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mail_index_sync_ext_intro (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-index-sync-ext.c)![]() | ||||||
![]() | ||||||
461 | int mail_index_sync_ext_intro(struct mail_index_sync_map_ctx *ctx, | |||||
462 | const struct mail_transaction_ext_intro *u) | |||||
463 | { | |||||
464 | struct mail_index_map *map = ctx->view->map; | |||||
465 | struct mail_index_ext_header ext_hdr; | |||||
466 | const struct mail_index_ext *ext; | |||||
467 | const char *name, *error; | |||||
468 | uint32_t ext_map_idx; | |||||
469 | bool no_shrink; | |||||
470 | ||||||
471 | /* default to ignoring the following extension updates in case this | |||||
472 | intro is corrupted */ | |||||
473 | ctx->cur_ext_map_idx = (uint32_t)-2;
| |||||
![]() |