http://bugs.winehq.org/show_bug.cgi?id=60097 --- Comment #4 from fanoush <fanoush@gmail.com> --- just a folowup, I moved to wine@devel which is latest 11.14 and I also managed to recompile wine 11.14 in macos and have patch prepared but I am waiting for reproducing it on 11.14 first, it did not happen yet. As I previously reported sometimes it could work for days before it is triggered so I'll wait for that and then try patched version (and wait again). For now the patch is adding the extra test like
if (!info.count) fprintf(stderr,"info count is zero!"; else if (max_conns < info.count) set_error( STATUS_BUFFER_TOO_SMALL );
so the second enumeration is not done. But I think the set_reply_data_size possibly not returning NULL pointer if size is 0 is unfortunate and may produce more bugs like this as I found patterns like https://github.com/wine-mirror/wine/blob/master/server/directory.c#L564 which may do same wrong thing when size is 0 for some reason and returned pointer is not null. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.