Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at acl-backend-vfile.c:1069

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

acl_backend_vfile_update_cache

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/acl/acl-backend-vfile.c)expand/collapse
Show more  
 1056  static void acl_backend_vfile_update_cache(struct acl_object *_aclobj, int fd)
 1057  {
 1058          struct acl_backend_vfile_validity *validity;
 1059          struct stat st;
 1060   
 1061          if (fstat(fd, &st) < 0) {
 1062                  /* we'll just recalculate or fail it later */
 1063                  acl_cache_flush(_aclobj->backend->cache, _aclobj->name);
 1064                  return;
 1065          }
 1066   
 1067          validity = acl_cache_get_validity(_aclobj->backend->cache,
 1068[+]                                           _aclobj->name);
 1069          validity->local_validity.last_read_time = ioloop_time;
Show more  




Change Warning 8050.24511 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: