http://bugs.winehq.org/show_bug.cgi?id=20166
Summary: NetLocalGroupGetInfo() returns success but no data buffer and NetLocalGroupGetInfo() missing Product: Wine Version: 1.1.30 Platform: PC URL: http://rh-software.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ray@pobox.co.uk
With the release of Wine 1.1.30 SIV 4.01 (http://rh-software.com/) is crashing. This is a knock effect of NetGroupGetInfo() being added. The issues can be replicated by downloading http://rh-software.com/downloads/zip/siv_v4.01.zip and then issuing the command: WINE SIVE -SAVE=[wine-groups]=stdout.
The first issue if caused by NetLocalGroupGetInfo() returning success, but not actually setting the pointer to a LOCALGROUP_INFO_1 buffer. When SIV then accesses this a fault if generated. Some times this crash does not occur.
The next crash is caused when SIV calls NetLocalGroupGetInfo() which is not implemented at all.
This is an issue in netapi32, but that does not seem to be an available component.