Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at acl-mailbox-list.c:220

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

iter_is_listing_all_children

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/acl/acl-mailbox-list.c)expand/collapse
Show more  
 213  iter_is_listing_all_children(struct acl_mailbox_list_iterate_context *ctx)
 214  {
 215          const char *child;
 216   
 217          /* If all patterns (with '.' separator) are in "name*", "name.*" or 
 218             "%.*" style format, simple_star_glob=TRUE and we can easily test 
 219             this by simply checking if name/child mailbox matches. */
 220          child = t_strdup_printf("%s%cx", ctx->info.name, ctx->sep);
 221          return ctx->simple_star_glob &&
 222                  imap_match(ctx->glob, child) == IMAP_MATCH_YES;
 223  }
Show more  




Change Warning 8178.26090 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: