Is it a little bug in wbemprox?

Jing Li slvm.free at gmail.com
Sat Aug 10 02:55:15 CDT 2013


Hi,
  When I ran a simple win32 program just via WMI with query of "SELECT *
from Win32_Directory", wine1.6 crashed. And when I checked the related code
I found that the function of "static UINT seed_dirs( struct dirstack
*dirstack, const struct expr *cond, WCHAR root, UINT *count )",
in dlls/wbemprox/builtin.c:1086, accessing cond's member without checking
if it's NULL! Unfortunately a NULL is passed to it. That's why my program
crashed.
  It's a bug, right?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130810/00be7b27/attachment.html>


More information about the wine-devel mailing list