Null Pointer Dereference at squat-trie.c:1307 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
squat_trie_expunge_uidlists (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/fts-squat/squat-trie.c)![]() | ||||||
![]() | ||||||
1296 | squat_trie_expunge_uidlists(struct squat_trie_build_context *ctx, | |||||
1297 | struct squat_uidlist_rebuild_context *rebuild_ctx, | |||||
1298 | struct squat_trie_iterate_context *iter, | |||||
1299 | const ARRAY_TYPE(seq_range) *expunged_uids) | |||||
1300 | { | |||||
1301 | struct squat_node *node; | |||||
1302 | ARRAY_TYPE(seq_range) uid_range, root_shifts, shifts; | |||||
1303 | bool shift = FALSE; | |||||
1304 | int ret = 0; | |||||
1305 | ||||||
1306 | [+] | node = squat_trie_iterate_first(iter); | ||||
1307 | if (node->uid_list_idx == 0)
| |||||
![]() |