Text   |  XML   |  ReML   |   Visible Warnings:

Varargs Function Cast  at quota-fs.c:445

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

do_rquota_group

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/quota/quota-fs.c)expand/collapse
Show more  
 432          auth_destroy(cl->cl_auth);
 433          cl->cl_auth = authunix_create_default();
 434   
 435          /* make the rquota call on the remote host */
 436          args.gqa_pathp = path;
 437          args.gqa_id = root->gid;
 438          args.gqa_type = GRPQUOTA;
 439          timeout.tv_sec = RQUOTA_GETQUOTA_TIMEOUT_SECS;
 440          timeout.tv_usec = 0;
 441   
 442          call_status = clnt_call(cl, RQUOTAPROC_GETQUOTA,
 443                                  (xdrproc_t)xdr_ext_getquota_args, (char *)&args,
 444                                  (xdrproc_t)xdr_getquota_rslt, (char *)&result,
 445                                  timeout);
 446   
 447          /* the result has been deserialized, let the client go */
 448          auth_destroy(cl->cl_auth);
 449          clnt_destroy(cl);
 450   
 451          if (call_status != RPC_SUCCESS) {
 452                  const char *rpc_error_msg = clnt_sperrno(call_status);
 453   
 454                  i_error("quota-fs: remote ext rquota call failed: %s",
 455                          rpc_error_msg);
Show more  




Change Warning 7008.24374 : Varargs Function Cast

Because they are very similar, this warning shares annotations with warning 7008.24375.

Priority:
State:
Finding:
Owner:
Note: