Bug ID 1185735
Summary cifs-utils: crash when non existant mountpoint
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Samba
Assignee samba-maintainers@SuSE.de
Reporter mrueckert@suse.com
QA Contact samba-maintainers@SuSE.de
Found By ---
Blocker ---

```
#5  0x00007f12c320e9bb in __GI___libc_free (mem=mem@entry=0x7ffcb27736c4) at
malloc.c:3302
#6  0x0000563a5fbfe8de in main (argc=<optimized out>, argv=<optimized out>) at
mount.cifs.c:2351
```

```
(gdb) l
2346    mount_child_exit:
2347        /* Objects to be freed both in main process and child */
2348        free(reinit_parsed_info);
2349        free(options);
2350        free(orgoptions);
2351        free(mountpoint);
2352        return rc;
2353    }
```


You are receiving this mail because: