Comment 6 for bug 916576

Revision history for this message
James Page (james-page) wrote : Re: smbd crashed with SIGABRT in push_ucs2_talloc()

Function:

unsigned char *create_volume_objectid(connection_struct *conn, unsigned char objid[16])
{
    E_md4hash(lp_servicename(SNUM(conn)),objid);
    return objid;
}

lp_servicename returning NULL Is the same problem as seen in bug 913809 - might be related.