Null Pointer Dereference at squat-trie.c:1353 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
squat_trie_renumber_uidlists2 (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/fts-squat/squat-trie.c)![]() | ||||||
![]() | ||||||
1343 | squat_trie_renumber_uidlists2(struct squat_trie_build_context *ctx, | |||||
1344 | struct squat_uidlist_rebuild_context *rebuild_ctx, | |||||
1345 | struct squat_trie_iterate_context *iter) | |||||
1346 | { | |||||
1347 | struct squat_node *node; | |||||
1348 | ARRAY_TYPE(seq_range) shifts; | |||||
1349 | ARRAY_TYPE(uint32_t) uids; | |||||
1350 | int ret = 0; | |||||
1351 | ||||||
1352 | [+] | node = squat_trie_iterate_first(iter); | ||||
1353 | if (node->uid_list_idx == 0)
| |||||
![]() |