Wine 2.18 source code scanned with cppcheck 1.72

Игорь Чебаненко chebanenkoigor93 at gmail.com
Mon Oct 2 10:10:33 CDT 2017


-------------- next part --------------
[/home/igor/wine-2.18/dlls/advapi32/registry.c:159]: (error, inconclusive) Function parameter is assigned the address of a local auto-variable. Local auto-variables are reserved from the stack which is freed when the function ends. The address is invalid after the function ends and it might 'leak' from the function through the parameter.
[/home/igor/wine-2.18/dlls/advapi32/registry.c:225]: (error, inconclusive) Function parameter is assigned the address of a local auto-variable. Local auto-variables are reserved from the stack which is freed when the function ends. The address is invalid after the function ends and it might 'leak' from the function through the parameter.
[/home/igor/wine-2.18/dlls/advapi32/security.c:3940] -> [/home/igor/wine-2.18/dlls/advapi32/security.c:3829]: (warning) Either the condition 'NewAcl' is redundant or there is possible null pointer dereference: NewAcl.
[/home/igor/wine-2.18/dlls/advapi32/security.c:3941] -> [/home/igor/wine-2.18/dlls/advapi32/security.c:3829]: (warning) Either the condition 'NewAcl' is redundant or there is possible null pointer dereference: NewAcl.
[/home/igor/wine-2.18/dlls/advapi32/security.c:3947] -> [/home/igor/wine-2.18/dlls/advapi32/security.c:3829]: (warning) Either the condition 'NewAcl' is redundant or there is possible null pointer dereference: NewAcl.
[/home/igor/wine-2.18/dlls/advapi32/tests/registry.c:1879]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/advapi32/tests/registry.c:1893]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/advapi32/tests/registry.c:1910]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/advapi32/tests/registry.c:1917]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/advapi32/tests/service.c:2084]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/advapi32/tests/service.c:2114]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:391] -> [/home/igor/wine-2.18/dlls/advapi32/tests/security.c:400]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:392] -> [/home/igor/wine-2.18/dlls/advapi32/tests/security.c:400]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:393] -> [/home/igor/wine-2.18/dlls/advapi32/tests/security.c:400]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:394] -> [/home/igor/wine-2.18/dlls/advapi32/tests/security.c:400]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:395] -> [/home/igor/wine-2.18/dlls/advapi32/tests/security.c:400]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:396] -> [/home/igor/wine-2.18/dlls/advapi32/tests/security.c:400]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/wine-2.18/dlls/advapi32/tests/registry.c:3502]: (error) Memory leak: value
[/home/igor/wine-2.18/dlls/advapi32/tests/security.c:2997]: (error) Resource leak: handle
[/home/igor/wine-2.18/dlls/atl/atl30.c:317]: (warning) %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'UINT_PTR {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/bcrypt/bcrypt_main.c:468]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/bcrypt/bcrypt_main.c:473]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/comctl32/imagelist.c:1542]: (error) Resource handle 'hImageDC' freed twice.
[/home/igor/wine-2.18/dlls/comctl32/listview.c:4262] -> [/home/igor/wine-2.18/dlls/comctl32/listview.c:4287]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/wine-2.18/dlls/comctl32/listview.c:4265] -> [/home/igor/wine-2.18/dlls/comctl32/listview.c:4287]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/wine-2.18/dlls/comctl32/listview.c:4268] -> [/home/igor/wine-2.18/dlls/comctl32/listview.c:4287]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/wine-2.18/dlls/comctl32/listview.c:4271] -> [/home/igor/wine-2.18/dlls/comctl32/listview.c:4287]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/wine-2.18/dlls/comctl32/tests/comboex.c:256]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/wine-2.18/dlls/comctl32/tests/header.c:566]: (error) Resource leak: hbm
[/home/igor/wine-2.18/dlls/comdlg32/printdlg.c:1242]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/comdlg32/printdlg.c:1247]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/comdlg32/printdlg.c:1247]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/comdlg32/printdlg.c:3614]: (error) Resource handle 'hdc' freed twice.
[/home/igor/wine-2.18/dlls/comdlg32/printdlg.c:3615]: (error) Resource handle 'hdc' freed twice.
[/home/igor/wine-2.18/dlls/crypt32/collectionstore.c:167]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/wine-2.18/dlls/crypt32/encode.c:640]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/wine-2.18/dlls/crypt32/encode.c:802]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/wine-2.18/dlls/crypt32/encode.c:1585]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/wine-2.18/dlls/crypt32/encode.c:1741]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/wine-2.18/dlls/crypt32/protectdata.c:335]: (error) Memory leak: pbData
[/home/igor/wine-2.18/dlls/crypt32/protectdata.c:1082]: (error) Memory leak: pbData
[/home/igor/wine-2.18/dlls/crypt32/tests/encode.c:7265]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/crypt32/tests/encode.c:7279]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3d10/stateblock.c:617]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/d3d10/stateblock.c:889]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/d3d10/stateblock.c:912]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/d3d8/device.c:1177] -> [/home/igor/wine-2.18/dlls/d3d8/device.c:1160]: (warning) Either the condition 'src_rects' is redundant or there is possible null pointer dereference: src_rects.
[/home/igor/wine-2.18/dlls/d3d8/device.c:1178] -> [/home/igor/wine-2.18/dlls/d3d8/device.c:1160]: (warning) Either the condition 'src_rects' is redundant or there is possible null pointer dereference: src_rects.
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1544]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1557]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1584]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1667]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1668]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1670]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1671]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1672]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1673]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1674]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1675]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1676]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1677]: (error) Possible null pointer dereference: got
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1739]: (error) Possible null pointer dereference: materials
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1741]: (error) Possible null pointer dereference: effects
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1743]: (error) Possible null pointer dereference: effects
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1744]: (error) Possible null pointer dereference: effects
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1747]: (error) Possible null pointer dereference: effects
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1765]: (error) Possible null pointer dereference: effects
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1766]: (error) Possible null pointer dereference: effects
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1775]: (error) Possible null pointer dereference: materials
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1776]: (error) Possible null pointer dereference: materials
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1778]: (error) Possible null pointer dereference: materials
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1779]: (error) Possible null pointer dereference: materials
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/mesh.c:1781]: (error) Possible null pointer dereference: materials
[/home/igor/wine-2.18/dlls/d3dx9_36/tests/xfile.c:346]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 2) requires 'unsigned int *' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 4) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 5) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 7) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 8) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 10) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:485]: (warning) %X in format string (no. 11) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:592]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/d3dxof/tests/d3dxof.c:1132]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dxof/tests/d3dxof.c:1239]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:535]: (warning) Possible buffer overflow if strlen(value) is larger than or equal to sizeof(buf). The source buffer is larger than the destination buffer so there is the potential for overflowing the destination buffer.
[/home/igor/wine-2.18/dlls/d3dxof/parsing.c:635]: (warning) Possible buffer overflow if strlen(value) is larger than or equal to sizeof(buf). The source buffer is larger than the destination buffer so there is the potential for overflowing the destination buffer.
[/home/igor/wine-2.18/dlls/dbghelp/dwarf.c:447]: (error) Possible null pointer dereference: last
[/home/igor/wine-2.18/dlls/dbghelp/msc.c:3083]: (warning) %ld in format string (no. 1) requires 'long' but the argument type is 'DWORD_PTR {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dbghelp/msc.c:3097]: (warning) %ld in format string (no. 1) requires 'long' but the argument type is 'DWORD_PTR {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dbghelp/path.c:567]: (error) Uninitialized variable: pdb_lookup
[/home/igor/wine-2.18/dlls/ddraw/surface.c:1446] -> [/home/igor/wine-2.18/dlls/ddraw/surface.c:1527]: (warning) Either the condition 'src_surface' is redundant or there is possible null pointer dereference: src_surface.
[/home/igor/wine-2.18/dlls/ddraw/tests/d3d.c:1148]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/dinput/joystick.c:656]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dinput/joystick.c:700]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dmime/segment.c:228] -> [/home/igor/wine-2.18/dlls/dmime/segment.c:229]: (warning) Either the condition '0!=pIt' is redundant or there is possible null pointer dereference: pIt.
[/home/igor/wine-2.18/dlls/dmime/segment.c:252] -> [/home/igor/wine-2.18/dlls/dmime/segment.c:253]: (warning) Either the condition '0!=pIt' is redundant or there is possible null pointer dereference: pIt.
[/home/igor/wine-2.18/dlls/dmime/performance.c:457]: (error) Memory leak: pItem
[/home/igor/wine-2.18/dlls/dplayx/dplaysp.c:550]: (error) Memory leak: lpPlayerData
[/home/igor/wine-2.18/dlls/dplayx/dplaysp.c:655]: (error) Memory leak: lpSpData
[/home/igor/wine-2.18/dlls/dplayx/dplayx_global.c:1204]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'HRESULT {aka long}'.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:638]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2393] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2398]: (warning) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2401] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2410]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2406] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2410]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2414] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2418]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2422] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2426]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2429] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2434]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2437] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2442]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2445] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2450]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2454] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2459]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2462] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2467]: (warning) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2488] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2492]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2495] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2500]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2503] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2508]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2511] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2516]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2520] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2525]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2528] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2533]: (warning) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2551] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2555]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2563] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2567]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6274] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6280]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6283] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6289]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6314] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6320]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6323] -> [/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:6329]: (warning, inconclusive) Either the condition 'lpDataGet!=0' is redundant or there is possible null pointer dereference: lpDataGet.
[/home/igor/wine-2.18/dlls/dsound/propset.c:351]: (error) Memory leak: Module
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2337]: (error) Memory leak: lpDataGet
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:3315]: (error) Memory leak: lpDataGet
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:3343]: (error) Memory leak: lpDataGet
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:5384]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2597]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:2879]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:4574]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:4809]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:5667]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dplayx/tests/dplayx.c:5890]: (error) Memory leak: lpData
[/home/igor/wine-2.18/dlls/dwrite/tests/font.c:3641]: (error) Resource handle 'hdc' freed twice.
[/home/igor/wine-2.18/dlls/dxerr8/dxerr8.c:125]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dxerr8/dxerr8.c:125]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'HRESULT {aka long}'.
[/home/igor/wine-2.18/dlls/dxerr8/dxerr8.c:129]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dxerr8/dxerr8.c:129]: (warning) %x in format string (no. 5) requires 'unsigned int' but the argument type is 'HRESULT {aka long}'.
[/home/igor/wine-2.18/dlls/dxerr9/dxerr9.c:129]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dxerr9/dxerr9.c:129]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'HRESULT {aka long}'.
[/home/igor/wine-2.18/dlls/dxerr9/dxerr9.c:133]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/dxerr9/dxerr9.c:133]: (warning) %x in format string (no. 5) requires 'unsigned int' but the argument type is 'HRESULT {aka long}'.
[/home/igor/wine-2.18/dlls/fusion/asmcache.c:405]: (error) Possible null pointer dereference: src_dir
[/home/igor/wine-2.18/dlls/gdi32/dibdrv/primitives.c:5485] -> [/home/igor/wine-2.18/dlls/gdi32/dibdrv/primitives.c:5485]: (warning) Variable 'bit_val' is reassigned a value before the old one has been used. 'break;' missing?
[/home/igor/wine-2.18/dlls/gdi32/enhmfdrv/init.c:429] -> [/home/igor/wine-2.18/dlls/gdi32/enhmfdrv/init.c:349]: (warning) Either the condition 'description' is redundant or there is possible null pointer dereference: description.
[/home/igor/wine-2.18/dlls/gdi32/enhmfdrv/init.c:532]: (error) Memory leak: emh
[/home/igor/wine-2.18/dlls/gdi32/freetype.c:3283]: (error) Memory pointed to by 'unixname' is freed twice.
[/home/igor/wine-2.18/dlls/gdi32/freetype.c:3362]: (error) Memory pointed to by 'unixname' is freed twice.
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:240]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:245]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:250]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:256]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:262]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:268]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/brush.c:272]: (error) Resource leak: brush
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:146]: (error) Resource leak: hbm
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:154]: (error) Resource leak: hbm
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:476]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:518]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:1650]: (error) Resource handle 'hdc' freed twice.
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:1696]: (error) Resource handle 'memdc' freed twice.
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:1716]: (error) Resource handle 'bitmap' freed twice.
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:2619]: (error) Resource leak: hbm
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:2883]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:2944]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:2955]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:508]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:1108]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/bitmap.c:2938]: (error) Resource leak: hdib
[/home/igor/wine-2.18/dlls/gdi32/tests/font.c:5975]: (error) Resource handle 'hdc' freed twice.
[/home/igor/wine-2.18/dlls/gdi32/tests/font.c:6276]: (error) Resource handle 'hdc' freed twice.
[/home/igor/wine-2.18/dlls/gdi32/tests/font.c:1833]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/gdi32/tests/metafile.c:3079]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/gdi32/tests/metafile.c:3079]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/inetcomm/internettransport.c:100]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/inetcomm/pop3transport.c:932]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/inetcomm/pop3transport.c:956]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/inetcomm/pop3transport.c:956]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/inetcomm/pop3transport.c:1031]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/inetcomm/pop3transport.c:1055]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/inetcomm/pop3transport.c:1077]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/inetcomm/smtptransport.c:65]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/wine-2.18/dlls/iphlpapi/icmp.c:171]: (error) Mismatching allocation and deallocation: sid
[/home/igor/wine-2.18/dlls/iphlpapi/icmp.c:228]: (error) Mismatching allocation and deallocation: sid
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:163]: (error) Mismatching allocation and deallocation: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:165]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:414]: (error) Mismatching allocation and deallocation: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:433]: (error) Mismatching allocation and deallocation: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:714]: (error) Mismatching allocation and deallocation: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:718]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:745]: (error) Mismatching allocation and deallocation: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:749]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/iphlpapi/ifenum.c:1038]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/iphlpapi/iphlpapi_main.c:851]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/iphlpapi/iphlpapi_main.c:853]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:1395] -> [/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:1589]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:1662] -> [/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:1803]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:2127] -> [/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:2293]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:2409] -> [/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:2561]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/wine-2.18/dlls/iphlpapi/tests/iphlpapi.c:166]: (warning) %u in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/itss/chm_lib.c:1229]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/itss/chm_lib.c:1269]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'ULONGLONG {aka unsigned long long}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:304]: (warning) %u in format string (no. 5) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:304]: (warning) %u in format string (no. 6) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:304]: (warning) %u in format string (no. 7) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:661]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:667]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:675]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:683]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:689]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:697]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:827]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:1219]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/iphlpapi/ipstats.c:1977]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'UINT_PTR {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/jscript/jsregexp.c:231]: (error) Possible null pointer dereference: ret
[/home/igor/wine-2.18/dlls/jscript/jsregexp.c:232]: (error) Possible null pointer dereference: ret
[/home/igor/wine-2.18/dlls/jscript/tests/activex.c:506] -> [/home/igor/wine-2.18/dlls/jscript/tests/activex.c:501]: (warning) Either the condition 'pContext!=0' is redundant or there is possible null pointer dereference: cs.
[/home/igor/wine-2.18/dlls/jscript/tests/activex.c:507] -> [/home/igor/wine-2.18/dlls/jscript/tests/activex.c:501]: (warning) Either the condition 'pContext!=0' is redundant or there is possible null pointer dereference: cs.
[/home/igor/wine-2.18/dlls/kernel32/console.c:1448]: (warning) %ld in format string (no. 2) requires 'long' but the argument type is 'DWORD_PTR {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/except.c:164]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/fiber.c:132]: (error) Memory pointed to by 'fiber' is freed twice.
[/home/igor/wine-2.18/dlls/kernel32/heap.c:408]: (error) Memory leak: pintern
[/home/igor/wine-2.18/dlls/kernel32/file.c:2092]: (error) Return value of allocation function 'HeapReAlloc' is not stored.
[/home/igor/wine-2.18/dlls/kernel32/lzexpand.c:250]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/kernel32/lzexpand.c:545]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/kernel32/lzexpand.c:553]: (error) Resource leak: fd
[/home/igor/wine-2.18/dlls/kernel32/process.c:1932]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/kernel32/process.c:644]: (error) Memory pointed to by 'value' is freed twice.
[/home/igor/wine-2.18/dlls/kernel32/process.c:658]: (error) Memory pointed to by 'value' is freed twice.
[/home/igor/wine-2.18/dlls/kernel32/sync.c:88]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/dlls/kernel32/sync.c:1434]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/dlls/kernel32/sync.c:1570]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/dlls/kernel32/sync.c:1937]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/dlls/kernel32/sync.c:2057]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/dlls/kernel32/sync.c:2149]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/dlls/kernel32/tests/debugger.c:549]: (warning) %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/debugger.c:619]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/debugger.c:170]: (error) Possible null pointer dereference: p
[/home/igor/wine-2.18/dlls/kernel32/tests/debugger.c:170]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/kernel32/tests/file.c:3389]: (error) Resource leak: hFile
[/home/igor/wine-2.18/dlls/kernel32/tests/file.c:3097]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/kernel32/tests/file.c:3104]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/kernel32/tests/file.c:3194]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:1088]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:541]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:75]: (error) Memory leak: buf
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:215]: (error) Deallocating a deallocated pointer: gbl
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:568]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:597]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:599]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:602]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:604]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:614]: (error) Mismatching allocation and deallocation: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/heap.c:604]: (error) Deallocating a deallocated pointer: heap
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2363]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2381]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2399]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2417]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2437]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2460]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2487]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:182]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:185]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:191]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:195]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:205]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:208]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:219]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:224]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/locale.c:231]: (warning) Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/dlls/kernel32/tests/module.c:580]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/kernel32/tests/module.c:587]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/kernel32/tests/module.c:598]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/kernel32/tests/loader.c:2680]: (error) Memory leak: addr
[/home/igor/wine-2.18/dlls/kernel32/tests/pipe.c:2945]: (warning) %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'UINT_PTR {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/pipe.c:3077]: (warning) %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'UINT_PTR * {aka unsigned int *}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:4311]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:242]: (error) Memory leak: addr1
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:300]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:309]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:324]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:329]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:334]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:440]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:484]: (error) Memory leak: addr2
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:559]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:566]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:608]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:702]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:706]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:744]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:905]: (error) Memory leak: addr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:1147]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:1153]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:2260]: (error) Memory leak: base
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:3536]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:4113]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/krnl386.exe16/file.c:254]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/dlls/kernel32/tests/virtual.c:2363]: (error) Return value of allocation function 'VirtualAlloc' is not stored.
[/home/igor/wine-2.18/dlls/krnl386.exe16/int2f.c:1030] -> [/home/igor/wine-2.18/dlls/krnl386.exe16/int2f.c:1025]: (warning) Either the condition '!driver_request' is redundant or there is possible null pointer dereference: driver_request.
[/home/igor/wine-2.18/dlls/krnl386.exe16/int2f.c:1031] -> [/home/igor/wine-2.18/dlls/krnl386.exe16/int2f.c:1025]: (warning) Either the condition '!driver_request' is redundant or there is possible null pointer dereference: driver_request.
[/home/igor/wine-2.18/dlls/krnl386.exe16/int67.c:199] -> [/home/igor/wine-2.18/dlls/krnl386.exe16/int67.c:201]: (warning) Either the condition 'new_hindex>=256' is redundant or the array 'EMS_record.handle[256]' is accessed at index 256, which is out of bounds.
[/home/igor/wine-2.18/dlls/krnl386.exe16/kernel.c:100]: (error) Return value of allocation function 'HeapCreate' is not stored.
[/home/igor/wine-2.18/dlls/krnl386.exe16/local.c:1751]: (error) Return value of allocation function 'VirtualAlloc' is not stored.
[/home/igor/wine-2.18/dlls/krnl386.exe16/local.c:1950]: (error) Return value of allocation function 'VirtualAlloc' is not stored.
[/home/igor/wine-2.18/dlls/krnl386.exe16/thunk.c:1145] -> [/home/igor/wine-2.18/dlls/krnl386.exe16/thunk.c:1134]: (warning) Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer.
[/home/igor/wine-2.18/dlls/krnl386.exe16/thunk.c:1146] -> [/home/igor/wine-2.18/dlls/krnl386.exe16/thunk.c:1134]: (warning) Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer.
[/home/igor/wine-2.18/dlls/krnl386.exe16/thunk.c:1145]: (error) Dereferencing 'handle' after it is deallocated / released
[/home/igor/wine-2.18/dlls/mountmgr.sys/device.c:1049]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/mountmgr.sys/device.c:1146]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/msacm32/driver.c:481]: (error) Memory pointed to by 'alias_name' is freed twice.
[/home/igor/wine-2.18/dlls/msacm32/driver.c:482]: (error) Memory pointed to by 'section_name' is freed twice.
[/home/igor/wine-2.18/dlls/msacm32/internal.c:243]: (error) Memory pointed to by 'MSACM_hHeap' is freed twice.
[/home/igor/wine-2.18/dlls/msacm32/internal.c:312]: (error) Memory pointed to by 'MSACM_hHeap' is freed twice.
[/home/igor/wine-2.18/dlls/msacm32/internal.c:1091]: (error) Memory pointed to by 'MSACM_hHeap' is freed twice.
[/home/igor/wine-2.18/dlls/mscoree/metahost.c:424]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/mscoree/metahost.c:424]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/mscoree/metahost.c:424]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/mshtml/navigate.c:2249] -> [/home/igor/wine-2.18/dlls/mshtml/navigate.c:2511]: (warning) Either the condition 'window' is redundant or there is possible null pointer dereference: window.
[/home/igor/wine-2.18/dlls/mshtml/nsio.c:177] -> [/home/igor/wine-2.18/dlls/mshtml/nsio.c:3122]: (warning, inconclusive) Either the condition 'ptr' is redundant or there is possible null pointer dereference: str.
[/home/igor/wine-2.18/dlls/mshtml/tests/dom.c:2229]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/mshtml/tests/dom.c:2238]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/mshtml/tests/dom.c:6486]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/mshtml/tests/dom.c:2636]: (error) Possible null pointer dereference: elem_types
[/home/igor/wine-2.18/dlls/msi/dialog.c:358]: (error, inconclusive) Possible null pointer dereference: font
[/home/igor/wine-2.18/dlls/msi/package.c:2340]: (error, inconclusive) Possible null pointer dereference: szValueBuf
[/home/igor/wine-2.18/dlls/msi/table.c:508] -> [/home/igor/wine-2.18/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/wine-2.18/dlls/msi/table.c:509] -> [/home/igor/wine-2.18/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/wine-2.18/dlls/msi/table.c:511] -> [/home/igor/wine-2.18/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/wine-2.18/dlls/msi/table.c:514] -> [/home/igor/wine-2.18/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/wine-2.18/dlls/msi/table.c:515] -> [/home/igor/wine-2.18/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/wine-2.18/dlls/msi/tests/action.c:5240]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/msi/tests/msi.c:4471]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'USHORT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/msi/tests/install.c:5044]: (error) Memory leak: buf
[/home/igor/wine-2.18/dlls/msvcp90/msvcp90.h:29]: (error) syntax error
[/home/igor/wine-2.18/dlls/msvcrt/msvcrt.h:84]: (error) syntax error
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:560]: (error) Read operation on a file that was opened only for writing.
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:584]: (error) Write operation on a file that was opened only for reading.
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1613]: (error) Used file that is not opened.
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1615]: (error) Used file that is not opened.
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1597]: (error) Resource leak: stream3
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1604]: (error) Resource leak: stream4
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1613]: (error) Deallocating a deallocated pointer: stream2
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1727]: (error) Dereferencing 'file' after it is deallocated / released
[/home/igor/wine-2.18/dlls/msvcrt/tests/file.c:1604]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/heap.c:448]: (error) Common realloc mistake: 'mem' nulled but not freed upon failure
[/home/igor/wine-2.18/dlls/msvcrt/tests/heap.c:493]: (error) Common realloc mistake: 'mem' nulled but not freed upon failure
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:109]: (warning) %Lf in format string (no. 1) requires 'long double *' but the argument type is 'double *'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:155]: (warning) %hd in format string (no. 1) requires 'short *' but the argument type is 'int *'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:160]: (warning) %hhd in format string (no. 1) requires 'char *' but the argument type is 'int *'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:209]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:122]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:135]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:236]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/msvcrt/tests/scanf.c:250]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:251]: (warning) %I64u in format string (no. 1) requires 'unsigned __int64' but the argument type is 'LONGLONG {aka long long}'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:255]: (warning) %I64u in format string (no. 1) requires 'unsigned __int64' but the argument type is 'LONGLONG {aka long long}'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:259]: (warning) %I64u in format string (no. 1) requires 'unsigned __int64' but the argument type is 'LONGLONG {aka long long}'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:299]: (warning) 'I' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:304]: (warning) 'I' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:326]: (warning) %zx in format string (no. 1) requires 'size_t' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:465]: (warning) %Ix in format string (no. 1) requires 'size_t' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:536]: (error) sprintf format string requires 1 parameter but only 0 are given.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:551]: (error) sprintf format string requires 1 parameter but only 0 are given.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:556]: (error) sprintf format string requires 8 parameters but only 0 are given.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:647]: (warning) %p in format string (no. 1) requires an address but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:660]: (warning) %s in format string (no. 1) requires 'char *' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:670]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:680]: (warning) 'h' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:685]: (warning) 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:690]: (warning) 'j' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:884]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:924]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:660]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:492]: (warning) The compared strings, '"hello"' and '"hello"', are always identical. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:537]: (warning) The compared strings, '"%b"' and '"b"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:552]: (warning) The compared strings, '"%3h"' and '""', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:557]: (warning) The compared strings, '"%j%k%m%..' and '"jkmqrtv..', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/printf.c:716]: (warning) The compared strings, '"%0"' and '"%0"', are always identical. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/time.c:612]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/time.c:616]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:489]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:1785]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:1791]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:1865]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2995]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:3048]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2843]: (warning) The compared strings, '"test"' and '"test"', are always identical. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2845]: (warning) The compared strings, '"a"' and '"z"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2847]: (warning) The compared strings, '"z"' and '"a"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2849]: (warning) The compared strings, '"\245"' and '"\271"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2857]: (warning) The compared strings, '"test"' and '"test"', are always identical. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2859]: (warning) The compared strings, '"a"' and '"z"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2861]: (warning) The compared strings, '"z"' and '"a"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2863]: (warning) The compared strings, '"\245"' and '"\271"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:2865]: (warning) The compared strings, '"a"' and '"\271"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:3177]: (warning) The compared strings, 'NULL' and 'NULL', are identical. This could be a logic bug.
[/home/igor/wine-2.18/dlls/msvcrt/tests/string.c:3186]: (warning) The compared strings, 'a' and 'a', are identical. This could be a logic bug.
[/home/igor/wine-2.18/dlls/msvideo.dll16/msvideo16.c:387]: (error) Memory leak: icdx
[/home/igor/wine-2.18/dlls/msxml3/tests/httpreq.c:1658]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/msxml3/tests/domdoc.c:8725]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/heap.c:1230]: (warning) Invalid test for overflow '(const char*)(pArena+1)+size<(const char*)(pArena+1)'. Condition is always false unless there is overflow, and overflow is UB.
[/home/igor/wine-2.18/dlls/ntdll/loader.c:3076]: (warning) Suspicious code: sign conversion of -10000000 in calculation because '-10000000' has a negative value
[/home/igor/wine-2.18/dlls/ntdll/directory.c:773]: (error) Resource handle 'f' freed twice.
[/home/igor/wine-2.18/dlls/ntdll/directory.c:838]: (error) Resource handle 'f' freed twice.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:2100]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1494]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1496]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1507]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1511]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1521]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1525]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1540]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1540]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1545]: (warning) %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1551]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1551]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1554]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1558]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1558]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1561]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1565]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1565]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1568]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1572]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1572]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1575]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1581]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1581]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1631]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1633]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1640]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1645]: (warning) %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/ntdll/nt.c:1584]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/ntdll/serial.c:128]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/server.c:981]: (error) Dereferencing 'fd' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/string.c:797]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:807]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:894]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:899]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:905]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:914]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:927]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:934]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:942]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:974]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:982]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:990]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:996]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1009]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1019]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1025]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1035]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1045]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1051]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1060]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1118]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1133]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1147]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1162]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1199]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1223]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1310]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1332]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1337]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/string.c:1349]: (warning) A statement like '*A++;' might not do what you intended. Postfix 'operator++' is executed before 'operator*'. Thus, the dereference is meaningless. Did you intend to write '(*A)++;'?
[/home/igor/wine-2.18/dlls/ntdll/sync.c:138] -> [/home/igor/wine-2.18/dlls/ntdll/sync.c:131]: (warning) Either the condition 'sacl' is redundant or there is possible null pointer dereference: sacl.
[/home/igor/wine-2.18/dlls/ntdll/sync.c:140] -> [/home/igor/wine-2.18/dlls/ntdll/sync.c:132]: (warning) Either the condition 'dacl' is redundant or there is possible null pointer dereference: dacl.
[/home/igor/wine-2.18/dlls/ntdll/tape.c:83]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ntdll/tests/exception.c:1389]: (error) Uninitialized struct member: info.exception_info
[/home/igor/wine-2.18/dlls/ntdll/tests/exception.c:1390]: (error) Uninitialized struct member: info.exception_info
[/home/igor/wine-2.18/dlls/ntdll/tests/file.c:3634]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/ntdll/tests/file.c:3969]: (error) Null pointer dereference
[/home/igor/wine-2.18/dlls/ntdll/tests/info.c:1157]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/ntdll/tests/om.c:1324]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/tests/om.c:1478]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/tests/om.c:1498]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/tests/om.c:1522]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/tests/pipe.c:958]: (error) Resource handle 'read' freed twice.
[/home/igor/wine-2.18/dlls/ntdll/tests/om.c:467]: (error) Memory leak: str.Buffer
[/home/igor/wine-2.18/dlls/ntdll/tests/reg.c:1937]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/tests/reg.c:1938]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/ntdll/threadpool.c:762]: (error) syntax error
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:390]: (warning) Invalid test for overflow '(const char*)addr+size<(const char*)addr'. Condition is always false unless there is overflow, and overflow is UB.
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:2246]: (warning) Invalid test for overflow '(char*)base+size<(char*)base'. Condition is always false unless there is overflow, and overflow is UB.
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:532]: (error) Dereferencing 'user_space_limit' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:532]: (error) Dereferencing 'addr' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:961]: (error) Dereferencing 'ptr' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:961]: (error) Dereferencing 'extra' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:962]: (error) Dereferencing 'extra' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:966]: (error) Returning/dereferencing 'ptr' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:1160]: (error) Return value of allocation function 'mmap' is not stored.
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:2310]: (error) Uninitialized variable: view
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:2285]: (error) Uninitialized struct member: view.base
[/home/igor/wine-2.18/dlls/ntdll/virtual.c:2477]: (error) Uninitialized variable: old
[/home/igor/wine-2.18/dlls/ntoskrnl.exe/ntoskrnl.c:463]: (error) Return value of allocation function 'HeapReAlloc' is not stored.
[/home/igor/wine-2.18/dlls/ntoskrnl.exe/ntoskrnl.c:222]: (error) Dereferencing 'device' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ntoskrnl.exe/ntoskrnl.c:881]: (error) Memory leak: mdl
[/home/igor/wine-2.18/dlls/ntoskrnl.exe/ntoskrnl.c:916]: (error) Memory leak: mdl
[/home/igor/wine-2.18/dlls/ole32/compobj.c:321]: (error, inconclusive) Function parameter is assigned the address of a local auto-variable. Local auto-variables are reserved from the stack which is freed when the function ends. The address is invalid after the function ends and it might 'leak' from the function through the parameter.
[/home/igor/wine-2.18/dlls/ole32/compobj.c:1388]: (error) Dereferencing 'apartment_loaded_dll' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ole32/storage32.c:3846]: (warning) The 2nd memset() argument '4294967295' doesn't fit into an 'unsigned char'. The 2nd parameter is passed as an 'int', but the function fills the block of memory using the 'unsigned char' conversion of this value.
[/home/igor/wine-2.18/dlls/ole32/storage32.c:3978]: (warning) The 2nd memset() argument '4294967295' doesn't fit into an 'unsigned char'. The 2nd parameter is passed as an 'int', but the function fills the block of memory using the 'unsigned char' conversion of this value.
[/home/igor/wine-2.18/dlls/ole32/storage32.c:4647]: (warning) The 2nd memset() argument '4294967295' doesn't fit into an 'unsigned char'. The 2nd parameter is passed as an 'int', but the function fills the block of memory using the 'unsigned char' conversion of this value.
[/home/igor/wine-2.18/dlls/ole32/storage32.c:4675]: (warning) The 2nd memset() argument '4294967295' doesn't fit into an 'unsigned char'. The 2nd parameter is passed as an 'int', but the function fills the block of memory using the 'unsigned char' conversion of this value.
[/home/igor/wine-2.18/dlls/ole32/storage32.c:7987]: (warning) The 2nd memset() argument '4294967295' doesn't fit into an 'unsigned char'. The 2nd parameter is passed as an 'int', but the function fills the block of memory using the 'unsigned char' conversion of this value.
[/home/igor/wine-2.18/dlls/ole32/storage32.c:4615]: (error) Uninitialized struct member: src_data.startingBlock
[/home/igor/wine-2.18/dlls/ole32/storage32.c:4616]: (error) Uninitialized struct member: src_data.size
[/home/igor/wine-2.18/dlls/ole32/storage32.c:6713]: (error) Uninitialized struct member: src_data.dirRootEntry
[/home/igor/wine-2.18/dlls/ole32/storage32.c:6725]: (error) Uninitialized struct member: src_data.clsid
[/home/igor/wine-2.18/dlls/ole32/storage32.c:6726]: (error) Uninitialized struct member: src_data.ctime
[/home/igor/wine-2.18/dlls/ole32/storage32.c:6727]: (error) Uninitialized struct member: src_data.mtime
[/home/igor/wine-2.18/dlls/ole32/storage32.c:6723]: (error) Uninitialized struct member: dst_data.dirRootEntry
[/home/igor/wine-2.18/dlls/ole32/tests/ole_server.c:405]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/ole32/tests/ole_server.c:413]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/ole32/tests/ole_server.c:417]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/ole32/tests/ole_server.c:423]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/ole32/tests/ole_server.c:429]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/ole32/tests/ole_server.c:443]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:272]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:273]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:275]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:275]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:276]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:276]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:277]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:277]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:280]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:280]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:282]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:282]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:283]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:283]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:284]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:284]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:285]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:285]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:288]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:288]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:290]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:290]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:291]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:291]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:292]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:292]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:295]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:296]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:329]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:330]: (warning) Conversion of string literal "@" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:331]: (warning) Conversion of string literal "&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:332]: (warning) Conversion of string literal "\\x@\\x@" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:333]: (warning) Conversion of string literal "\\x&\\x&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:334]: (warning) Conversion of string literal "@\\x" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:335]: (warning) Conversion of string literal "@@@@@@@@" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:336]: (warning) Conversion of string literal "@\\x@@@@@@@" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:337]: (warning) Conversion of string literal "&&&&&&&&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:338]: (warning) Conversion of string literal "!&&&&&&&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:339]: (warning) Conversion of string literal "&&&&&&&!" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:340]: (warning) Conversion of string literal ">&&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:341]: (warning) Conversion of string literal "<&&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:342]: (warning) Conversion of string literal "<&>&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:345]: (warning) Conversion of string literal "hh:mm" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:346]: (warning) Conversion of string literal "mm-dd-yy" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:349]: (warning) Conversion of string literal "<&>&" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:352]: (warning) Conversion of string literal "#00000000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:353]: (warning) Conversion of string literal "000###" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:354]: (warning) Conversion of string literal "#00##00#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:355]: (warning) Conversion of string literal "1#####0000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:356]: (warning) Conversion of string literal "##abcdefghijklmnopqrstuvwxyz" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:357]: (warning) Conversion of string literal "#,###,###,###" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:358]: (warning) Conversion of string literal "0,000,000,000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:359]: (warning) Conversion of string literal "#,#.#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:360]: (warning) Conversion of string literal "###, ###, ###" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:361]: (warning) Conversion of string literal "#;-#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:362]: (warning) Conversion of string literal "#;-#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:363]: (warning) Conversion of string literal "0#.0#0#0#0#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:364]: (warning) Conversion of string literal "0#.0#0#0#0#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:365]: (warning) Conversion of string literal "#0.#0#0#0#0#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:366]: (warning) Conversion of string literal "#0.#0#0#0#0#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:367]: (warning) Conversion of string literal "#0.#0#0#0#0#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:368]: (warning) Conversion of string literal "#0.##########" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:369]: (warning) Conversion of string literal "#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:370]: (warning) Conversion of string literal "#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:371]: (warning) Conversion of string literal "#00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:372]: (warning) Conversion of string literal "0##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:373]: (warning) Conversion of string literal "#000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:374]: (warning) Conversion of string literal "#0.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:375]: (warning) Conversion of string literal "#0000.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:376]: (warning) Conversion of string literal "#.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:377]: (warning) Conversion of string literal "#.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:378]: (warning) Conversion of string literal "#.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:379]: (warning) Conversion of string literal "#3" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:380]: (warning) Conversion of string literal "#33" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:381]: (warning) Conversion of string literal "#3.33" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:382]: (warning) Conversion of string literal "#3333.33" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:383]: (warning) Conversion of string literal "#.33" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:384]: (warning) Conversion of string literal "#.33" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:385]: (warning) Conversion of string literal "0.0000E-000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:386]: (warning) Conversion of string literal "0.0000e-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:387]: (warning) Conversion of string literal "#0.000000000000e-000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:388]: (warning) Conversion of string literal "#0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:389]: (warning) Conversion of string literal "#.33" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:390]: (warning) Conversion of string literal "#3" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:391]: (warning) Conversion of string literal "0.0000E+000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:392]: (warning) Conversion of string literal "#0.000000" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:393]: (warning) Conversion of string literal "0.0000e+0#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:394]: (warning) Conversion of string literal "0.0000E+0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:395]: (warning) Conversion of string literal "0.0000e+1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:396]: (warning) Conversion of string literal "0.0000e+0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:397]: (warning) Conversion of string literal "#000.0000e+0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:398]: (warning) Conversion of string literal "##00.0000e-0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:399]: (warning) Conversion of string literal "0000.0000e-0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:400]: (warning) Conversion of string literal "00##.0000e-0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:401]: (warning) Conversion of string literal "##00.0000e-0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:402]: (warning) Conversion of string literal ".0000E+0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:403]: (warning) Conversion of string literal "#####.####e-0%" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:404]: (warning) Conversion of string literal "0.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:405]: (warning) Conversion of string literal "0.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:406]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:407]: (warning) Conversion of string literal ".#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:408]: (warning) Conversion of string literal "#.#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:409]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:410]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:411]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:412]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:413]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:414]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:415]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:416]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:417]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:418]: (warning) Conversion of string literal "#,##0.00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:419]: (warning) Conversion of string literal "#.###" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:441]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:443]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:445]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/varformat.c:447]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4676]: (error) Signed integer overflow for expression '(4294952295)+1'.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:608]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:609]: (warning) Conversion of string literal "-129" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:610]: (warning) Conversion of string literal "-128" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:611]: (warning) Conversion of string literal "127" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:612]: (warning) Conversion of string literal "128" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:614]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:615]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:616]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:617]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:618]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:619]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:620]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:621]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:838]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:839]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:840]: (warning) Conversion of string literal "255" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:841]: (warning) Conversion of string literal "256" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:844]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:845]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:846]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:847]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:848]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:849]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:850]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:851]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1137]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1138]: (warning) Conversion of string literal "-32769" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1139]: (warning) Conversion of string literal "-32768" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1140]: (warning) Conversion of string literal "32767" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1141]: (warning) Conversion of string literal "32768" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1144]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1145]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1146]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1147]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1148]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1149]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1150]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1151]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1367]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1368]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1369]: (warning) Conversion of string literal "65535" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1370]: (warning) Conversion of string literal "65536" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1373]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1374]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1375]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1376]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1377]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1378]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1379]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1380]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1601]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1602]: (warning) Conversion of string literal "-2147483649" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1603]: (warning) Conversion of string literal "-2147483648" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1604]: (warning) Conversion of string literal "2147483647" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1605]: (warning) Conversion of string literal "2147483648" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1608]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1609]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1610]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1611]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1612]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1613]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1614]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1615]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1824]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1825]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1826]: (warning) Conversion of string literal "4294967295" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1827]: (warning) Conversion of string literal "4294967296" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1830]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1831]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1832]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1833]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1834]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1835]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1836]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:1837]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2055]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2056]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2057]: (warning) Conversion of string literal "2147483647" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2059]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2060]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2061]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2062]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2063]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2064]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2065]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2066]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2306]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2307]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2308]: (warning) Conversion of string literal "2147483647" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2309]: (warning) Conversion of string literal "18446744073709551614" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2310]: (warning) Conversion of string literal "18446744073709551615" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2311]: (warning) Conversion of string literal "18446744073709551616" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2313]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2314]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2315]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2316]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2317]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2318]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2319]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2320]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2528]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2529]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2530]: (warning) Conversion of string literal "1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2532]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2533]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2534]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2535]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2536]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2537]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2538]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2539]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2720]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2721]: (warning) Conversion of string literal " " to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2723]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2724]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2725]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2726]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2727]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2728]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2729]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2730]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:2731]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3003]: (warning) Conversion of string literal "0.0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3010]: (warning) Conversion of string literal "1 am" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3015]: (warning) Conversion of string literal "0.1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3016]: (warning) Conversion of string literal "0.40" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3017]: (warning) Conversion of string literal "2.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3019]: (warning) Conversion of string literal "0:1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3020]: (warning) Conversion of string literal "0:20" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3021]: (warning) Conversion of string literal "0:40" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3022]: (warning) Conversion of string literal "3:5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3024]: (warning) Conversion of string literal "00:00 AM" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3025]: (warning) Conversion of string literal "00:00 a" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3026]: (warning) Conversion of string literal "12:59 AM" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3027]: (warning) Conversion of string literal "12:59 A" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3028]: (warning) Conversion of string literal "00:00 pm" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3029]: (warning) Conversion of string literal "00:00 p" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3030]: (warning) Conversion of string literal "12:59 pm" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3031]: (warning) Conversion of string literal "12:59 p" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3033]: (warning) Conversion of string literal "13:00 AM" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3034]: (warning) Conversion of string literal "13:00 PM" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3038]: (warning) Conversion of string literal "1 2" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3039]: (warning) Conversion of string literal "2 1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3043]: (warning) Conversion of string literal "14 1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3044]: (warning) Conversion of string literal "1 14" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3046]: (warning) Conversion of string literal "30 2" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3047]: (warning) Conversion of string literal "2 30" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3048]: (warning) Conversion of string literal "32 49" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3049]: (warning) Conversion of string literal "0 49" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3051]: (warning) Conversion of string literal "Jan 2" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3052]: (warning) Conversion of string literal "2 Jan" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3054]: (warning) Conversion of string literal "Jan 35" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3055]: (warning) Conversion of string literal "35 Jan" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3056]: (warning) Conversion of string literal "Jan-35" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3057]: (warning) Conversion of string literal "35-Jan" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3058]: (warning) Conversion of string literal "Jan/35" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3059]: (warning) Conversion of string literal "35/Jan" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3062]: (warning) Conversion of string literal "0.1.0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3063]: (warning) Conversion of string literal "1.5.2" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3065]: (warning) Conversion of string literal "1 2 3" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3066]: (warning) Conversion of string literal "14 2 3" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3067]: (warning) Conversion of string literal "2 14 3" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3068]: (warning) Conversion of string literal "2 3 14" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3069]: (warning) Conversion of string literal "32 2 3" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3070]: (warning) Conversion of string literal "2 3 32" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3071]: (warning) Conversion of string literal "1 2 29" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3073]: (warning) Conversion of string literal "1 2 30" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3074]: (warning) Conversion of string literal "1 2 31" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3075]: (warning) Conversion of string literal "3 am 1 2" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3076]: (warning) Conversion of string literal "1 2 3 am" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3079]: (warning) Conversion of string literal "1.2 3 4" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3080]: (warning) Conversion of string literal "3 4 1.2" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3082]: (warning) Conversion of string literal "1.2.3 4 5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3083]: (warning) Conversion of string literal "1.2 3 4 5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3088]: (warning) Conversion of string literal "1 2 3 4.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3090]: (warning) Conversion of string literal "1.2.3 4 5 6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3091]: (warning) Conversion of string literal "1 2 3 4.5.6" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3099]: (warning) Conversion of string literal "2 January, 1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3100]: (warning) Conversion of string literal "2 January 1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3101]: (warning) Conversion of string literal "2 Jan 1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3102]: (warning) Conversion of string literal "2/Jan/1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3103]: (warning) Conversion of string literal "2-Jan-1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3104]: (warning) Conversion of string literal "1 2 1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3105]: (warning) Conversion of string literal "1/2/1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3106]: (warning) Conversion of string literal "1-2-1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3107]: (warning) Conversion of string literal "13-1-1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3108]: (warning) Conversion of string literal "1970-1-13" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3109]: (warning) Conversion of string literal "6/30/2011 01:20:34" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3110]: (warning) Conversion of string literal "6/30/2011 01:20:34 AM" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3111]: (warning) Conversion of string literal "6/30/2011 01:20:34 PM" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3120]: (warning) Conversion of string literal "02.01.1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3121]: (warning) Conversion of string literal "02.01.1970 00:00:00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3123]: (warning) Conversion of string literal "02.01.1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3124]: (warning) Conversion of string literal "02.13.1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3125]: (warning) Conversion of string literal "02-13-1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3126]: (warning) Conversion of string literal "2020-01-11" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3127]: (warning) Conversion of string literal "2173-10-14" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3129]: (warning) Conversion of string literal "02.01.1970 00:00:00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3131]: (warning) Conversion of string literal "02.01.1970" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3132]: (warning) Conversion of string literal "02.01.1970 00:00:00" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3847]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3848]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3849]: (warning) Conversion of string literal "1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3850]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3851]: (warning) Conversion of string literal "4294967296" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3852]: (warning) Conversion of string literal "18446744073709551616" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3853]: (warning) Conversion of string literal "4294967296.0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:3854]: (warning) Conversion of string literal "18446744073709551616.0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4427]: (warning) Conversion of string literal "#FALSE#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4428]: (warning) Conversion of string literal "#TRUE#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4431]: (warning) Conversion of string literal "#False#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4433]: (warning) Conversion of string literal "false" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4434]: (warning) Conversion of string literal "False" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4436]: (warning) Conversion of string literal "On" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4437]: (warning) Conversion of string literal "Yes" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4444]: (warning) Conversion of string literal "#FALSE#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4445]: (warning) Conversion of string literal "#TRUE#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4446]: (warning) Conversion of string literal "#FALSE#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4447]: (warning) Conversion of string literal "#TRUE#" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4450]: (warning) Conversion of string literal "false" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4452]: (warning) Conversion of string literal "False" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4457]: (warning) Conversion of string literal "faux" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4459]: (warning) Conversion of string literal "faux" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4461]: (warning) Conversion of string literal "Faux" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4466]: (warning) Conversion of string literal "faux" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4470]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4471]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4472]: (warning) Conversion of string literal "+1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4478]: (warning) Conversion of string literal "0.1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4483]: (warning) Conversion of string literal "0.1" to bool always evaluates to true.
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4871]: (error) Uninitialized variable: bstr
[/home/igor/wine-2.18/dlls/oleaut32/tests/vartype.c:4882]: (error) Uninitialized variable: bstr
[/home/igor/wine-2.18/dlls/oleaut32/typelib.c:6456]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/wine-2.18/dlls/oleaut32/typelib.c:3939]: (warning) %hd in format string (no. 1) requires 'short *' but the argument type is 'WORD * {aka unsigned short *}'.
[/home/igor/wine-2.18/dlls/oleaut32/typelib.c:3939]: (warning) %hd in format string (no. 2) requires 'short *' but the argument type is 'WORD * {aka unsigned short *}'.
[/home/igor/wine-2.18/dlls/oleaut32/typelib.c:3939]: (warning) %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'LCID * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/oleaut32/typelib.c:3939]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/oleaut32/vartype.c:4508]: (error) Array 'di.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/wine-2.18/dlls/oleaut32/vartype.c:4510]: (error) Array 'di.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/wine-2.18/dlls/oleaut32/vartype.c:5580]: (error) Array 'di_result.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/wine-2.18/dlls/oleaut32/vartype.c:5582]: (error) Array 'di_result.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/wine-2.18/dlls/oleaut32/typelib.c:6689]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/riched20/table.c:403]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/wine-2.18/dlls/riched20/tests/editor.c:679]: (warning) Suspicious code: sign conversion of - in calculation, even though - can have a negative value
[/home/igor/wine-2.18/dlls/riched20/tests/editor.c:681]: (warning) Suspicious code: sign conversion of - in calculation, even though - can have a negative value
[/home/igor/wine-2.18/dlls/riched20/writer.c:606]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/riched32/tests/editor.c:889]: (warning) Suspicious code: sign conversion of - in calculation, even though - can have a negative value
[/home/igor/wine-2.18/dlls/riched32/tests/editor.c:891]: (warning) Suspicious code: sign conversion of - in calculation, even though - can have a negative value
[/home/igor/wine-2.18/dlls/rpcrt4/ndr_contexthandle.c:345] -> [/home/igor/wine-2.18/dlls/rpcrt4/ndr_contexthandle.c:345]: (warning, inconclusive) Either the condition '!pBuff' is redundant or there is possible null pointer dereference: context_ndr.
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:219]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:219]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'ULONG {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:279]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:279]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'ULONG {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:1190]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:1278]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:1290]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:1301]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/rpcrt4/rpc_transport.c:1311]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/rpcrt4/tests/server.c:1397]: (error) Array 'ca[5]' accessed at index 5, which is out of bounds.
[/home/igor/wine-2.18/dlls/secur32/lsa.c:99]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/wine-2.18/dlls/secur32/tests/negotiate.c:111]: (error) Memory leak: pvBuffer
[/home/igor/wine-2.18/dlls/secur32/tests/schannel.c:724]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/secur32/tests/schannel.c:1021]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/secur32/tests/ntlm.c:249]: (error) Memory leak: sec_buffer.pvBuffer
[/home/igor/wine-2.18/dlls/secur32/tests/ntlm.c:277]: (error) Memory leak: sec_buffer.pvBuffer
[/home/igor/wine-2.18/dlls/serialui/tests/confdlg.c:92]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/serialui/tests/confdlg.c:167]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/serialui/tests/confdlg.c:256]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/serialui/tests/confdlg.c:348]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/setupapi/fakedll.c:750]: (error) Uninitialized struct member: attr_value.ptr
[/home/igor/wine-2.18/dlls/setupapi/fakedll.c:750]: (error) Uninitialized struct member: attr_value.len
[/home/igor/wine-2.18/dlls/setupapi/stringtable.c:306] -> [/home/igor/wine-2.18/dlls/setupapi/stringtable.c:308]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/wine-2.18/dlls/shell32/shellord.c:990]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'INT {aka int}'.
[/home/igor/wine-2.18/dlls/shell32/tests/shlexec.c:589]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/shell32/tests/shlexec.c:1644]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/shlwapi/ordinal.c:219]: (error) Memory leak: pMapped
[/home/igor/wine-2.18/dlls/shlwapi/tests/ordinal.c:501]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/shlwapi/tests/ordinal.c:3290]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/shlwapi/tests/ordinal.c:2814]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/shlwapi/tests/ordinal.c:2543]: (error) Uninitialized variable: cookie
[/home/igor/wine-2.18/dlls/shlwapi/url.c:2265] -> [/home/igor/wine-2.18/dlls/shlwapi/url.c:2267]: (warning) Either the condition '!pcchOut' is redundant or there is possible null pointer dereference: pcchOut.
[/home/igor/wine-2.18/dlls/snmpapi/main.c:511]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/strmbase/seeking.c:208] -> [/home/igor/wine-2.18/dlls/strmbase/seeking.c:230]: (warning) Either the condition 'if(pCurrent)' is redundant or there is possible null pointer dereference: pModifier.
[/home/igor/wine-2.18/dlls/strmbase/seeking.c:211] -> [/home/igor/wine-2.18/dlls/strmbase/seeking.c:230]: (warning) Either the condition 'if(pCurrent)' is redundant or there is possible null pointer dereference: pModifier.
[/home/igor/wine-2.18/dlls/typelib.dll16/typelib.c:88]: (warning) %x in format string (no. 14) requires 'unsigned int' but the argument type is 'LCID {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/typelib.dll16/typelib.c:94]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/urlmon/axinstall.c:289]: (error, inconclusive) Function parameter is assigned the address of a local auto-variable. Local auto-variables are reserved from the stack which is freed when the function ends. The address is invalid after the function ends and it might 'leak' from the function through the parameter.
[/home/igor/wine-2.18/dlls/urlmon/tests/sec_mgr.c:517]: (warning) %X in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/urlmon/tests/protocol.c:1780]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/wine-2.18/dlls/urlmon/tests/url.c:797]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/wine-2.18/dlls/user.exe16/hook.c:142]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/user.exe16/hook.c:435]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/user.exe16/hook.c:453]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/user.exe16/hook.c:475]: (error) Memory leak: info
[/home/igor/wine-2.18/dlls/user.exe16/user.c:2505]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'INT {aka int}'.
[/home/igor/wine-2.18/dlls/user.exe16/user.c:3327]: (error) Possible null pointer dereference: allocstring
[/home/igor/wine-2.18/dlls/user32/edit.c:2266] -> [/home/igor/wine-2.18/dlls/user32/edit.c:2260]: (warning) Either the condition 'line_def' is redundant or there is possible null pointer dereference: line_def.
[/home/igor/wine-2.18/dlls/user32/spy.c:2073]: (error) Signed integer overflow for expression '2147483648+(8)'.
[/home/igor/wine-2.18/dlls/user32/tests/combo.c:302]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/combo.c:302]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/wine-2.18/dlls/user32/tests/cursoricon.c:433]: (warning) %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'INT_PTR {aka int}'.
[/home/igor/wine-2.18/dlls/user32/tests/dialog.c:184]: (warning) %ld in format string (no. 1) requires 'long' but the argument type is 'INT_PTR {aka int}'.
[/home/igor/wine-2.18/dlls/user32/tests/cursoricon.c:1790]: (error) Memory leak: iconInfo.hbmMask
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:890]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:979]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1057]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1240]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1274]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1306]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1317]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1326]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:1334]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:2236]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:2276]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:2320]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:2359]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:2398]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/sysparams.c:2436]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/winstation.c:911]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/wine-2.18/dlls/user32/tests/winstation.c:921]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/wine-2.18/dlls/user32/tests/wsprintf.c:59]: (warning) %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:2151]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:2151]: (warning) %lx in format string (no. 4) requires 'unsigned long' but the argument type is 'WPARAM {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:2156]: (warning) %lx in format string (no. 4) requires 'unsigned long' but the argument type is 'WPARAM {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:2168]: (warning) %lx in format string (no. 4) requires 'unsigned long' but the argument type is 'WPARAM {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:2208]: (warning) %lx in format string (no. 4) requires 'unsigned long' but the argument type is 'WPARAM {aka unsigned int}'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:6389]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:6397]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:6406]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:6448]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:6453]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:6460]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/dlls/user32/tests/msg.c:16566]: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'.
[/home/igor/wine-2.18/dlls/user32/win.c:1372]: (error, inconclusive) Function parameter is assigned the address of a local auto-variable. Local auto-variables are reserved from the stack which is freed when the function ends. The address is invalid after the function ends and it might 'leak' from the function through the parameter.
[/home/igor/wine-2.18/dlls/user32/tests/win.c:8024]: (error) Shifting 32-bit value by 32 bits is undefined behaviour
[/home/igor/wine-2.18/dlls/user32/tests/win.c:8027]: (error) Shifting 32-bit value by 32 bits is undefined behaviour
[/home/igor/wine-2.18/dlls/usp10/usp10.c:1832] -> [/home/igor/wine-2.18/dlls/usp10/usp10.c:1819]: (warning) Either the condition 'pTabdef' is redundant or there is possible null pointer dereference: pTabdef.
[/home/igor/wine-2.18/dlls/uxtheme/buffer.c:144] -> [/home/igor/wine-2.18/dlls/uxtheme/buffer.c:92]: (warning) Either the condition 'retdc' is redundant or there is possible null pointer dereference: retdc.
[/home/igor/wine-2.18/dlls/vbscript/tests/createobj.c:509] -> [/home/igor/wine-2.18/dlls/vbscript/tests/createobj.c:504]: (warning) Either the condition 'pContext!=0' is redundant or there is possible null pointer dereference: cs.
[/home/igor/wine-2.18/dlls/vbscript/tests/createobj.c:510] -> [/home/igor/wine-2.18/dlls/vbscript/tests/createobj.c:504]: (warning) Either the condition 'pContext!=0' is redundant or there is possible null pointer dereference: cs.
[/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1371] -> [/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1380]: (warning) Either the condition 'pdp!=0' is redundant or there is possible null pointer dereference: pdp.
[/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1372] -> [/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1380]: (warning) Either the condition 'pdp!=0' is redundant or there is possible null pointer dereference: pdp.
[/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1376] -> [/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1380]: (warning) Either the condition 'pdp!=0' is redundant or there is possible null pointer dereference: pdp.
[/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1399] -> [/home/igor/wine-2.18/dlls/vbscript/tests/run.c:1403]: (warning) Either the condition 'pdp!=0' is redundant or there is possible null pointer dereference: pdp.
[/home/igor/wine-2.18/dlls/version/version.c:1489]: (error) Resource leak: hfdst
[/home/igor/wine-2.18/dlls/version/version.c:1140]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/dlls/version/version.c:1171]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/dlls/version/version.c:1253]: (error) Return value of allocation function 'testFileExistenceA' is not stored.
[/home/igor/wine-2.18/dlls/version/version.c:1223]: (error) Allocation with testFileExistenceA, if doesn't release it.
[/home/igor/wine-2.18/dlls/version/version.c:1347]: (error) Return value of allocation function 'testFileExistenceW' is not stored.
[/home/igor/wine-2.18/dlls/version/version.c:1319]: (error) Allocation with testFileExistenceW, if doesn't release it.
[/home/igor/wine-2.18/dlls/wbemprox/builtin.c:2054]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/wine-2.18/dlls/webservices/tests/proxy.c:648]: (error) Resource leak: s
[/home/igor/wine-2.18/dlls/webservices/tests/proxy.c:735]: (error) Resource leak: thread
[/home/igor/wine-2.18/dlls/webservices/writer.c:1995]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:1995]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:1995]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:1995]: (warning) %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:1995]: (warning) %u in format string (no. 5) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:1995]: (warning) %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:1999]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/webservices/writer.c:2009]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/windowscodecs/converter.c:1189] -> [/home/igor/wine-2.18/dlls/windowscodecs/converter.c:1196]: (warning) Either the condition 'SUCCEEDED(hr)&&prc' is redundant or there is possible null pointer dereference: prc.
[/home/igor/wine-2.18/dlls/windowscodecs/converter.c:1190] -> [/home/igor/wine-2.18/dlls/windowscodecs/converter.c:1196]: (warning) Either the condition 'SUCCEEDED(hr)&&prc' is redundant or there is possible null pointer dereference: prc.
[/home/igor/wine-2.18/dlls/windowscodecs/tests/bitmap.c:671]: (error) Resource leak: hbmMask
[/home/igor/wine-2.18/dlls/winealsa.drv/mmdevdrv.c:552]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/winealsa.drv/mmdevdrv.c:3983]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'.
[/home/igor/wine-2.18/dlls/winealsa.drv/mmdevdrv.c:3983]: (warning) %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'int *'.
[/home/igor/wine-2.18/dlls/winealsa.drv/mmdevdrv.c:3986]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/wineandroid.drv/device.c:307]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/wineandroid.drv/mmdevdrv.c:1085]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/wine-2.18/dlls/wined3d/arb_program_shader.c:1048]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/arb_program_shader.c:2005]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/arb_program_shader.c:2145]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/arb_program_shader.c:3663]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/device.c:285]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/wine-2.18/dlls/wined3d/device.c:286]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/wine-2.18/dlls/wined3d/device.c:287]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/wine-2.18/dlls/wined3d/device.c:288]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2804]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2804]: (warning) %u in format string (no. 5) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2804]: (warning) %u in format string (no. 9) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2811]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2833]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2955]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2960]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2965]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2979]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2979]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2979]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2979]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2994]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2994]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2994]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:2994]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:3001]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:3001]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:3001]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wined3d/glsl_shader.c:3001]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/winemac.drv/window.c:422]: (error) Dereferencing 'region_data' after it is deallocated / released
[/home/igor/wine-2.18/dlls/wineps.drv/driver.c:468] -> [/home/igor/wine-2.18/dlls/wineps.drv/driver.c:470]: (warning, inconclusive) Either the condition '!dmW' is redundant or there is possible null pointer dereference: dmW.
[/home/igor/wine-2.18/dlls/wineps.drv/mkagl.c:138]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/wineps.drv/mkagl.c:216]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/wineps.drv/mkagl.c:237]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/wineps.drv/mkagl.c:273]: (warning) scanf without field width limits can crash with huge input data. Add a field width specifier to fix this problem:\012    %s => %20s\012\012Sample program that can crash:\012\012#include <stdio.h>\012int main()\012{\012    char c[5];\012    scanf("%s", c);\012    return 0;\012}\012\012Typing in 5 or more characters may make the program crash. The correct usage here is 'scanf("%4s", c);', as the maximum field width does not include the terminating null byte.\012Source: http://linux.die.net/man/3/scanf\012Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/libkern/stdio/scanf.c
[/home/igor/wine-2.18/dlls/wineps.drv/ps.c:665]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/ps.c:667]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/wineps.drv/ps.c:670]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
[/home/igor/wine-2.18/dlls/wineps.drv/ps.c:909]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type1.c:113]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type1.c:113]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type1.c:655]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type1.c:659]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:222]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:222]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:231]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:231]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:231]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:266]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:273]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:273]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:353]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:353]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:364]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wineps.drv/type42.c:364]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/winex11.drv/event.c:1203]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/winex11.drv/settings.c:80]: (error) Returning/dereferencing 'dd_modes' after it is deallocated / released
[/home/igor/wine-2.18/dlls/winex11.drv/window.c:561]: (error) Memory leak: ptr
[/home/igor/wine-2.18/dlls/winhttp/tests/notification.c:658]: (error) Resource leak: s
[/home/igor/wine-2.18/dlls/winhttp/tests/notification.c:1036]: (error) Resource leak: thread
[/home/igor/wine-2.18/dlls/winhttp/tests/notification.c:707]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/wininet/cookie.c:351]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/wine-2.18/dlls/wininet/cookie.c:479]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/winhttp/tests/winhttp.c:2101]: (error) Resource leak: s
[/home/igor/wine-2.18/dlls/winhttp/tests/winhttp.c:4422]: (error) Resource leak: thread
[/home/igor/wine-2.18/dlls/winhttp/tests/winhttp.c:2237]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/wininet/ftp.c:2711]: (error) Possible null pointer dereference: hdr
[/home/igor/wine-2.18/dlls/wininet/ftp.c:2734]: (error) Possible null pointer dereference: hdr
[/home/igor/wine-2.18/dlls/wininet/ftp.c:2562]: (error) Mismatching allocation and deallocation: nsocket
[/home/igor/wine-2.18/dlls/wininet/ftp.c:3195]: (error) Mismatching allocation and deallocation: nsocket
[/home/igor/wine-2.18/dlls/wininet/internet.c:3372]: (error) Mismatching allocation and deallocation: fd
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1241]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1257]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1278]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1292]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1308]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1322]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1338]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1369]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1385]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1405]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1420]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/internet.c:1434]: (error) Memory leak: pOptions
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:250]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:2801]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:5197]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:5356]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:5398]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:5423]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/dlls/wininet/tests/urlcache.c:1047] -> [/home/igor/wine-2.18/dlls/wininet/tests/urlcache.c:1032]: (warning) Either the condition 'p' is redundant or there is possible null pointer dereference: p.
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:1164]: (error) Memory leak: lpvBuffer
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:2125]: (error) Resource leak: s
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:5462]: (error) Resource leak: hThread
[/home/igor/wine-2.18/dlls/wininet/tests/http.c:2454]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1285] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1286] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1287] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1288] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1289] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1290] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1291] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1292] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1293] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1294] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1295] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1296] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1298] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1299] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1312] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1314] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning, inconclusive) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1316] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1332] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1353] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1356] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning, inconclusive) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1358] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1376] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1378] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning, inconclusive) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/wininet/urlcache.c:1380] -> [/home/igor/wine-2.18/dlls/wininet/urlcache.c:1830]: (warning) Either the condition '!entry_info' is redundant or there is possible null pointer dereference: entry_info.
[/home/igor/wine-2.18/dlls/winmm/lolvldrv.c:204]: (error, inconclusive) Function parameter is assigned the address of a local auto-variable. Local auto-variables are reserved from the stack which is freed when the function ends. The address is invalid after the function ends and it might 'leak' from the function through the parameter.
[/home/igor/wine-2.18/dlls/winmm/mci.c:1654]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/winmm/mci.c:1178]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/winmm/mci.c:1181]: (warning, inconclusive) Division of result of sizeof() on pointer type. sizeof() returns the size of the pointer, not the size of the memory area it points to.
[/home/igor/wine-2.18/dlls/winmm/mci.c:589] -> [/home/igor/wine-2.18/dlls/winmm/mci.c:591]: (warning) Either the condition 'uTbl>=20' is redundant or the array 'S_MciCmdTable[20]' is accessed at index 20, which is out of bounds.
[/home/igor/wine-2.18/dlls/winmm/tests/mci.c:1430]: (error) Resource handle 'evt' freed twice.
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4143]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4152]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4161]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4170]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4179]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4188]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4197]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4208]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4217]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4226]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4235]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4244]: (error) Possible null pointer dereference: pi2
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4281]: (error) Possible null pointer dereference: pi4
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4314]: (error) Possible null pointer dereference: pi5
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4323]: (error) Possible null pointer dereference: pi5
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4362]: (error) Possible null pointer dereference: pi7
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4394]: (error) Possible null pointer dereference: pi9
[/home/igor/wine-2.18/dlls/winspool.drv/info.c:4403]: (error) Possible null pointer dereference: pi9
[/home/igor/wine-2.18/dlls/winmm/tests/wave.c:980]: (error) Memory leak: nameA
[/home/igor/wine-2.18/dlls/wldap32/init.c:135]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'ULONG {aka unsigned long}'.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4799]: (warning) Return value of function gethostbyname() is not used.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1368]: (error) Resource leak: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4150]: (error) Dereferencing 'client_socket' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4171]: (error) Resource leak: server_socket
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4419]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4488]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4537]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:5137]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6628]: (error) Resource leak: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7226]: (error) Dereferencing 'fdWrite' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7227]: (error) Dereferencing 'fdRead' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7232]: (error) Dereferencing 'fdWrite' after it is deallocated / released
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7238]: (error) Resource handle 'fdWrite' freed twice.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7250]: (error) Resource handle 'fdRead' freed twice.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7261]: (error) Resource handle 'fdRead' freed twice.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8299]: (error) Resource leak: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8322]: (error) Resource leak: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8322]: (error) Resource leak: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9006]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9090]: (error) Resource leak: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9774]: (error) Resource handle 'src' freed twice.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10227]: (error) Resource handle 'dest' freed twice.
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:269]: (error) Mismatching allocation and deallocation: server
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1501]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1514]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1535]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1548]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1572]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1579]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1693]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1697]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1803]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1821]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1854]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1743]: (error) Mismatching allocation and deallocation: s2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1804]: (error) Mismatching allocation and deallocation: s2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1917]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1927]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1932]: (error) Mismatching allocation and deallocation: s2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1918]: (error) Mismatching allocation and deallocation: s3
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:1995]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2010]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2018]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2055]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2082]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2109]: (error) Mismatching allocation and deallocation: s1
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2054]: (error) Mismatching allocation and deallocation: s2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2081]: (error) Mismatching allocation and deallocation: s2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2108]: (error) Mismatching allocation and deallocation: s2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:2962]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3149]: (error) Mismatching allocation and deallocation: v6
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3338]: (error) Mismatching allocation and deallocation: v6
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3672]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3755]: (error) Mismatching allocation and deallocation: fdA
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3744]: (error) Mismatching allocation and deallocation: fdB
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3747]: (error) Mismatching allocation and deallocation: fdB
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3757]: (error) Mismatching allocation and deallocation: fdB
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3828]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3944]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4049]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4084]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4108]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4122]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3817]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3945]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:3969]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4061]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4066]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4080]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4096]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4127]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4134]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4179]: (error) Mismatching allocation and deallocation: server_socket
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4193]: (error) Mismatching allocation and deallocation: server_socket
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4201]: (error) Mismatching allocation and deallocation: server_socket
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4296]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4303]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4310]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4314]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4320]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4324]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4334]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4338]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4345]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4349]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4355]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4359]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4369]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4373]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4386]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4424]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4483]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4485]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4493]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4508]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4552]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4559]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4568]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4580]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:4597]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:5209]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:5922]: (error) Mismatching allocation and deallocation: server
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6258]: (error) Mismatching allocation and deallocation: server
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6249]: (error) Mismatching allocation and deallocation: src
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6254]: (error) Mismatching allocation and deallocation: src2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6366]: (error) Mismatching allocation and deallocation: v4
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6407]: (error) Mismatching allocation and deallocation: v4
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6421]: (error) Mismatching allocation and deallocation: v4
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6367]: (error) Mismatching allocation and deallocation: v6
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6373]: (error) Mismatching allocation and deallocation: v6
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6423]: (error) Mismatching allocation and deallocation: v6
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6448]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6492]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6494]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6571]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6578]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6587]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6590]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6596]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6600]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6608]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:6572]: (error) Mismatching allocation and deallocation: dst
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7203]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7208]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7220]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7238]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8106]: (error) Mismatching allocation and deallocation: listener
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8125]: (error) Mismatching allocation and deallocation: listener
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7997]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:7998]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8041]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8042]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8084]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8085]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8129]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8619]: (error) Mismatching allocation and deallocation: listener
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8632]: (error) Mismatching allocation and deallocation: listener
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8313]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8314]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8342]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8346]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8415]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8419]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8525]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8529]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8533]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8561]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8565]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8575]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8592]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8607]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8609]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8634]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8340]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8351]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8413]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8424]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8523]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8538]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8551]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8636]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8638]: (error) Mismatching allocation and deallocation: connector2
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8734]: (error) Mismatching allocation and deallocation: listener
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8660]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8714]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8716]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8733]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8972]: (error) Mismatching allocation and deallocation: client
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8973]: (error) Mismatching allocation and deallocation: client
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8982]: (error) Mismatching allocation and deallocation: client
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:8983]: (error) Mismatching allocation and deallocation: server
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9075]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9136]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9191]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9193]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9210]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9229]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9248]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9283]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9370]: (error) Mismatching allocation and deallocation: sock
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9567]: (error) Mismatching allocation and deallocation: src
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9833]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9862]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:9864]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10225]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10227]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10234]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10267]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10304]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10332]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10370]: (error) Mismatching allocation and deallocation: dest
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10197]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10241]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10297]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10311]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10374]: (error) Mismatching allocation and deallocation: connector
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10395]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/dlls/ws2_32/tests/sock.c:10438]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/libs/wine/mmap.c:182]: (error) Return value of allocation function 'mmap' is not stored.
[/home/igor/wine-2.18/libs/wine/mmap.c:337]: (error) Return value of allocation function 'wine_anon_mmap' is not stored.
[/home/igor/wine-2.18/programs/cabarc/cabarc.c:138]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/programs/clock/winclock.c:92]: (error) Resource handle 'dc' freed twice.
[/home/igor/wine-2.18/programs/clock/winclock.c:95]: (error) Resource handle 'dc' freed twice.
[/home/igor/wine-2.18/programs/clock/winclock.c:126]: (error) Resource handle 'dc' freed twice.
[/home/igor/wine-2.18/programs/clock/winclock.c:131]: (error) Resource handle 'dc' freed twice.
[/home/igor/wine-2.18/programs/cmd/builtins.c:2175] -> [/home/igor/wine-2.18/programs/cmd/builtins.c:2135]: (warning) Either the condition 'thisArg' is redundant or there is possible null pointer dereference: thisArg.
[/home/igor/wine-2.18/programs/dxdiag/output.c:110]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/explorer/desktop.c:582]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/wine-2.18/programs/ipconfig/ipconfig.c:136]: (warning) Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead?
[/home/igor/wine-2.18/programs/msiexec/msiexec.c:873]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/msiexec/msiexec.c:873]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/msiexec/service.c:96]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/progman/group.c:88]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/programs/progman/grpfile.c:75]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/programs/progman/grpfile.c:363]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/programs/progman/grpfile.c:368]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/wine-2.18/programs/sc/sc.c:256]: (error) Resource handle 'manager' freed twice.
[/home/igor/wine-2.18/programs/sc/sc.c:336]: (error) Resource handle 'manager' freed twice.
[/home/igor/wine-2.18/programs/services/rpc.c:119]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/wine-2.18/programs/winecfg/appdefaults.c:429]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/appdefaults.c:429]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/appdefaults.c:429]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/appdefaults.c:447]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/appdefaults.c:447]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/appdefaults.c:451]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/drive.c:198]: (warning) %X in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winecfg/driveui.c:469]: (warning) %X in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winedbg/be_arm.c:977]: (warning) Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value
[/home/igor/wine-2.18/programs/winedbg/source.c:161]: (error) Memory leak: ol
[/home/igor/wine-2.18/programs/winedbg/memory.c:702]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winedbg/symbol.c:92]: (warning) %ld in format string (no. 1) requires 'long' but the argument type is 'ULONG_PTR {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winedbg/winedbg.c:480]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/programs/winetest/gui.c:123]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winetest/gui.c:123]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winetest/gui.c:151]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winetest/gui.c:151]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winetest/send.c:74]: (error) Mismatching allocation and deallocation: s
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:1077]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:1492]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:1492]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:1492]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:1753]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:1771]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/programs/winhlp32/hlpfile.c:2669]: (error) Resource leak: hFile
[/home/igor/wine-2.18/programs/wordpad/wordpad.c:365]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/wine-2.18/programs/wordpad/wordpad.c:405]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/wine-2.18/server/atom.c:188]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/change.c:250]: (error) Common realloc mistake: 'cache' nulled but not freed upon failure
[/home/igor/wine-2.18/server/change.c:793]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/change.c:1049]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/change.c:1117]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/change.c:1138]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/mailslot.c:237]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/fd.c:515]: (error) Uninitialized variable: dummy
[/home/igor/wine-2.18/server/object.c:64]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/object.c:71]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/procfs.c:58]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/procfs.c:78]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/procfs.c:78]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/ptrace.c:360]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/ptrace.c:461]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/queue.c:2174]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/queue.c:2174]: (warning) %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/process.c:1390]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/server/semaphore.c:125]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/semaphore.c:125]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/server/sock.c:672]: (error) Mismatching allocation and deallocation: sockfd
[/home/igor/wine-2.18/server/sock.c:1107]: (error) Mismatching allocation and deallocation: unix_fd
[/home/igor/wine-2.18/server/sock.c:1113]: (error) Mismatching allocation and deallocation: unix_fd
[/home/igor/wine-2.18/server/window.c:1668]: (error) syntax error
[/home/igor/wine-2.18/tools/make_xftmpl.c:172]: (error) Common realloc mistake: 'output_data' nulled but not freed upon failure
[/home/igor/wine-2.18/tools/makedep.c:2031]: (error) Memory leak: lib
[/home/igor/wine-2.18/tools/sfnt2fon/sfnt2fon.c:468]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/widl/client.c:437]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/expr.c:698]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/widl/hash.c:518]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'LCID {aka unsigned long}'.
[/home/igor/wine-2.18/tools/widl/header.c:803]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/proxy.c:443]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/register.c:68]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/server.c:463]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/typegen.c:490]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/typetree.c:72]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/widl.c:466]: (error) syntax error
[/home/igor/wine-2.18/tools/widl/write_msft.c:1350]: (error) syntax error
[/home/igor/wine-2.18/tools/winebuild/spec32.c:137]: (error) Array 'odp.u.func.args[32]' accessed at index 9998, which is out of bounds.
[/home/igor/wine-2.18/tools/winedump/debug.c:319]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/debug.c:368]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/debug.c:557]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/debug.c:564]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/debug.c:613]: (error) Possible null pointer dereference: x
[/home/igor/wine-2.18/tools/winedump/debug.c:710]: (error) Common realloc mistake: 'stabbuff' nulled but not freed upon failure
[/home/igor/wine-2.18/tools/winedump/dump.c:271]: (warning) %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'.
[/home/igor/wine-2.18/tools/winedump/emf.c:198]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:198]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:199]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:199]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:200]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:200]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:201]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:201]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:202]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:202]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:203]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:203]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:204]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:204]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:205]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:205]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:206]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:206]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:207]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:207]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:208]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:208]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:209]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:209]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:210]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:210]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:211]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:211]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:212]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:212]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:213]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:213]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:214]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:214]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:215]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:215]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:216]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:216]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:217]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:217]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:218]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:218]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:219]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:219]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:220]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:220]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:221]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:221]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:222]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:222]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:223]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:223]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:224]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:224]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:225]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:225]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:226]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:226]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:227]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:227]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:228]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:228]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:229]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:229]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:230]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:230]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:231]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:231]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:232]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:232]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:233]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:233]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:234]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:234]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:235]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:235]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:236]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:236]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:237]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:237]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:238]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:238]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:239]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:239]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:240]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:240]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:241]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:241]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:242]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:242]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:243]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:243]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:244]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:244]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:245]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:245]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:246]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:246]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:247]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:247]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:248]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:248]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:249]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:249]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:250]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:250]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:251]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:251]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:252]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:252]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:253]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:253]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:254]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:254]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:255]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:255]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:256]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:256]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:257]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:257]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:260]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/emf.c:305]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/font.c:107]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/wine-2.18/tools/winedump/font.c:109]: (warning) %d in format string (no. 8) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/font.c:109]: (warning) %d in format string (no. 9) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/font.c:109]: (warning) %d in format string (no. 10) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/font.c:109]: (warning) %d in format string (no. 12) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/lib.c:213]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lib.c:226]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lib.c:229]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lib.c:229]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lib.c:237]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:216]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:253]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:254]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:255]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:258]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:264]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:264]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:264]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:264]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:272]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:278]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:278]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:285]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:290]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:291]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:340]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:341]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:350]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:413]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:417]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:418]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:419]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:420]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:461]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:466]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:489]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:490]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:548]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:551]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:552]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:553]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:554]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:555]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:556]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:557]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:560]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:594]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/lnk.c:597]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:92]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:92]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:111]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:116]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:116]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:117]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:117]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:117]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:117]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:142]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:143]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:143]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:217]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:217]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:219]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:219]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:233]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:234]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:234]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:234]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:234]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:439]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:439]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:442]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:442]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:449]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:449]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/minidump.c:449]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/msc.c:592]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:598]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:605]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:636]: (warning) %u in format string (no. 9) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:647]: (warning) %u in format string (no. 9) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:660]: (warning) %u in format string (no. 9) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:670]: (warning) %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:678]: (warning) %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:687]: (warning) %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:990]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1011]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1032]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1122]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1269]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1269]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1269]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1280]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1280]: (warning) %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1280]: (warning) %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1280]: (warning) %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1280]: (warning) %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1280]: (warning) %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 10) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/msc.c:1296]: (warning) %d in format string (no. 11) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/ne.c:274]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/ne.c:361]: (warning) %d in format string (no. 6) requires 'int' but the argument type is 'WORD {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/ne.c:376]: (warning) %d in format string (no. 6) requires 'int' but the argument type is 'WORD {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/ne.c:380]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'WORD {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/ne.c:392]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'BYTE {aka unsigned int}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:148]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:148]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:219]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:688]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:689]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:690]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:691]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:692]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:693]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:694]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:695]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:732]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:745]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:745]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:767]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:767]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:900]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:900]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:922]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:922]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pdb.c:219] -> [/home/igor/wine-2.18/tools/winedump/pdb.c:218]: (warning) Either the condition 'ret' is redundant or there is possible null pointer dereference: ret.
[/home/igor/wine-2.18/tools/winedump/pe.c:169]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:169]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:534]: (warning) %X in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:652]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:652]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:656]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:656]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:661]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:738]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:738]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:743]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:743]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'ULONG {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:925]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:926]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:927]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:928]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:929]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:951]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:952]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:953]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:954]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:995]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1021]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1023]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1196]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1203]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1221]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1242]: (warning) %X in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1246]: (warning) %X in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1360]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1441]: (warning) %X in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1548]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1548]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1548]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1548]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1552]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1554]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:1560]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/winedump/pe.c:2087]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/winedump/tlb.c:217]: (warning) sprintf format string requires 0 parameters but 1 is given.
[/home/igor/wine-2.18/tools/winedump/tlb.c:644]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/wmc/lang.c:173]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/wmc/lang.c:173]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/wmc/write.c:266]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/wmc/write.c:268]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:204]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:209]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:236]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:538]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:544]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:547]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:578]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:585]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:627]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:629]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:644]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/dumpres.c:646]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/wine-2.18/tools/wrc/genres.c:1745]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.


More information about the wine-devel mailing list