SMBD cores in create_volume_objectid

Jeremy Allison jra at samba.org
Fri May 29 16:05:59 MDT 2015


On Fri, May 29, 2015 at 03:20:07PM +0530, Shilpa K wrote:
> Below is the code snippet leading to crash:
> 
> unsigned char *create_volume_objectid(connection_struct *conn, unsigned char
> objid[16])
> {
> E_md4hash(lp_servicename(talloc_tos(), SNUM(conn)),objid);
> return objid;
> }
> 
> Here lp_servicename() returns NULL.

OK, that tells me what happens, I'm assuming that
the call the Windows client is making to remove
the share is NetShareDel. Can you confirm ?

Also, do you have a "delete share command"
set up in the [global] section of your smb.conf ?

Thanks !

Jeremy.


More information about the samba-technical mailing list