2 May
2010
2 May
'10
9:36 p.m.
http://bugs.winehq.org/show_bug.cgi?id=22563 --- Comment #4 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-05-02 16:36:10 --- Created an attachment (id=27682) --> (http://bugs.winehq.org/attachment.cgi?id=27682) return E_POINTER if a null pointer is passed to IEnumFiltersImpl_Next According to MSDN[1] we return E_POINTER if ppFilters is null. The attached patch will prevent the crash, but needs tests. [1] http://msdn.microsoft.com/en-us/library/dd376592(v=VS.85).aspx -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.