Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at env-util.c:21

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

env_put

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/env-util.c)expand/collapse
Show more  
 15  void env_put(const char *env)
 16  {
 17          if (env_pool == NULL) {
 18                  env_pool = pool_alloconly_create(MEMPOOL_GROWING"Environment",
 19                                                   2048);
 20          }
 21[+]         if (putenv(p_strdup(env_pool, env)) != 0)
Show more  




Change Warning 7050.24526 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: