Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at str.c:91

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

seekable_fd_callback

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/deliver/deliver.c)expand/collapse
Show more  
 641  static int seekable_fd_callback(const char **path_r, void *context)
 642  {
 643          struct mail_user *user = context;
 644          const char *dir, *p;
 645          string_t *path;
 646          int fd;
 647   
 648          path = t_str_new(128);
 649[+][+]         str_append(path, mail_user_get_temp_prefix(user));
expand/collapse

str_append

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/str.c)expand/collapse
Show more  
 89  void str_append(string_t *str, const char *cstr)
 90  {
 91          buffer_append(str, cstr, strlen(cstr));
Show more  
Show more  




Change Warning 8010.25017 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: