Wine 2.8 source code

Игорь Чебаненко chebanenkoigor93 at gmail.com
Mon May 15 09:47:01 CDT 2017


Wine 2.8 scanned with Cppcheck 1.72 There is A LOT of "noise" but I
hope it will be helpfull for you.
-------------- next part --------------
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/security.c:3940] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/security.c:3829]: (warning) Either the condition 'NewAcl' is redundant or there is possible null pointer dereference: NewAcl.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/security.c:3941] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/security.c:3829]: (warning) Either the condition 'NewAcl' is redundant or there is possible null pointer dereference: NewAcl.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/security.c:3947] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/security.c:3829]: (warning) Either the condition 'NewAcl' is redundant or there is possible null pointer dereference: NewAcl.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/advapi32/tests/service.c:2084]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/service.c:2114]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/registry.c:1879]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/registry.c:1893]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/registry.c:1910]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/registry.c:1917]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:393] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:402]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:394] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:402]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:395] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:402]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:396] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:402]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:397] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:402]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:398] -> [/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:402]: (warning) Either the condition 'if(psid)' is redundant or there is possible null pointer dereference: pisid.
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/registry.c:3502]: (error) Memory leak: value
[/home/igor/Загрузки/wine-2.8/dlls/advapi32/tests/security.c:2975]: (error) Resource leak: handle
[/home/igor/Загрузки/wine-2.8/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.8/dlls/comctl32/imagelist.c:1542]: (error) Resource handle 'hImageDC' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4241] -> [/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4266]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4244] -> [/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4266]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4247] -> [/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4266]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4250] -> [/home/igor/Загрузки/wine-2.8/dlls/comctl32/listview.c:4266]: (warning) Either the condition 'if(lpItem&&!isNew&&infoPtr.bDoChangeNotify)' is redundant or there is possible null pointer dereference: lpItem.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/tests/comboex.c:256]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/tests/header.c:1563]: (warning) Return value of function rand() is not used.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/tests/header.c:1573]: (warning) Return value of function rand() is not used.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/tests/header.c:1582]: (warning) Return value of function rand() is not used.
[/home/igor/Загрузки/wine-2.8/dlls/comctl32/tests/header.c:566]: (error) Resource leak: hbm
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/dlls/comdlg32/printdlg.c:3614]: (error) Resource handle 'hdc' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/comdlg32/printdlg.c:3615]: (error) Resource handle 'hdc' freed twice.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/crypt32/encode.c:640]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/crypt32/encode.c:802]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/crypt32/encode.c:1585]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/crypt32/encode.c:1741]: (error) Dereferencing 'out' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/crypt32/protectdata.c:335]: (error) Memory leak: pbData
[/home/igor/Загрузки/wine-2.8/dlls/crypt32/protectdata.c:1082]: (error) Memory leak: pbData
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/dlls/d3d8/device.c:1177] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/d3d8/device.c:1178] -> [/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/dlls/d3dx9_36/tests/mesh.c:1667]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1668]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1670]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1671]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1672]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1673]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1674]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1675]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1676]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1677]: (error) Possible null pointer dereference: got
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1739]: (error) Possible null pointer dereference: materials
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1741]: (error) Possible null pointer dereference: effects
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1743]: (error) Possible null pointer dereference: effects
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1744]: (error) Possible null pointer dereference: effects
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1747]: (error) Possible null pointer dereference: effects
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1765]: (error) Possible null pointer dereference: effects
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1766]: (error) Possible null pointer dereference: effects
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1775]: (error) Possible null pointer dereference: materials
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1776]: (error) Possible null pointer dereference: materials
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1778]: (error) Possible null pointer dereference: materials
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1779]: (error) Possible null pointer dereference: materials
[/home/igor/Загрузки/wine-2.8/dlls/d3dx9_36/tests/mesh.c:1781]: (error) Possible null pointer dereference: materials
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/dbghelp/dwarf.c:447]: (error) Possible null pointer dereference: last
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/dbghelp/path.c:567]: (error) Uninitialized variable: pdb_lookup
[/home/igor/Загрузки/wine-2.8/dlls/ddraw/surface.c:1446] -> [/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/dlls/dmime/performance.c:457]: (error) Memory leak: pItem
[/home/igor/Загрузки/wine-2.8/dlls/dmime/segment.c:226] -> [/home/igor/Загрузки/wine-2.8/dlls/dmime/segment.c:227]: (warning) Either the condition '0!=pIt' is redundant or there is possible null pointer dereference: pIt.
[/home/igor/Загрузки/wine-2.8/dlls/dmime/segment.c:250] -> [/home/igor/Загрузки/wine-2.8/dlls/dmime/segment.c:251]: (warning) Either the condition '0!=pIt' is redundant or there is possible null pointer dereference: pIt.
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/dplaysp.c:550]: (error) Memory leak: lpPlayerData
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/dplaysp.c:655]: (error) Memory leak: lpSpData
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/dplayx/tests/dplayx.c:2393] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2401] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2406] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2414] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2422] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2429] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2437] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2445] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2454] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2462] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2488] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2495] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2503] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2511] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2520] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2528] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2551] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:2563] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:6274] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:6283] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:6314] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dplayx/tests/dplayx.c:6323] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/dsound/propset.c:355]: (error) Memory leak: Module
[/home/igor/Загрузки/wine-2.8/dlls/dsound/propset.c:268]: (error) Memory leak: ppd.Description
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:2337]: (error) Memory leak: lpDataGet
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:3315]: (error) Memory leak: lpDataGet
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:3343]: (error) Memory leak: lpDataGet
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:5384]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/dlls/dwrite/analyzer.c:1068]: (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.8/dlls/dwrite/analyzer.c:1082]: (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.8/dlls/dwrite/tests/font.c:3546]: (error) Resource handle 'hdc' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:2597]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:2879]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:4574]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:4809]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:5667]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/dlls/dplayx/tests/dplayx.c:5890]: (error) Memory leak: lpData
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/fusion/asmcache.c:405]: (error) Possible null pointer dereference: src_dir
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/dibdrv/primitives.c:5485] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/gdi32/enhmfdrv/init.c:404] -> [/home/igor/Загрузки/wine-2.8/dlls/gdi32/enhmfdrv/init.c:331]: (warning) Either the condition 'description' is redundant or there is possible null pointer dereference: description.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/enhmfdrv/init.c:508]: (error) Memory leak: emh
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/freetype.c:3284]: (error) Memory pointed to by 'unixname' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/freetype.c:3363]: (error) Memory pointed to by 'unixname' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:240]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:245]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:250]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:256]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:262]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:268]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/brush.c:272]: (error) Resource leak: brush
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:146]: (error) Resource leak: hbm
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:154]: (error) Resource leak: hbm
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:476]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:518]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:1650]: (error) Resource handle 'hdc' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:1696]: (error) Resource handle 'memdc' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:1716]: (error) Resource handle 'bitmap' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:2619]: (error) Resource leak: hbm
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:2883]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:2944]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:2955]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:508]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:1108]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/bitmap.c:2938]: (error) Resource leak: hdib
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/font.c:5975]: (error) Resource handle 'hdc' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/font.c:6276]: (error) Resource handle 'hdc' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/font.c:1833]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/metafile.c:3066]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/Загрузки/wine-2.8/dlls/gdi32/tests/metafile.c:3066]: (warning) %d in format string (no. 3) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/iphlpapi/ifenum.c:163]: (error) Mismatching allocation and deallocation: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:165]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:414]: (error) Mismatching allocation and deallocation: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:433]: (error) Mismatching allocation and deallocation: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:714]: (error) Mismatching allocation and deallocation: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:718]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:745]: (error) Mismatching allocation and deallocation: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:749]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ifenum.c:1038]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/icmp.c:171]: (error) Mismatching allocation and deallocation: sid
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/icmp.c:228]: (error) Mismatching allocation and deallocation: sid
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/iphlpapi/ipstats.c:1395] -> [/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:1589]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:1662] -> [/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:1803]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:2127] -> [/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:2293]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:2409] -> [/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/ipstats.c:2561]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/Загрузки/wine-2.8/dlls/iphlpapi/tests/iphlpapi.c:161]: (warning) %u in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/itss/chm_lib.c:1234]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/itss/chm_lib.c:1274]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'ULONGLONG {aka unsigned long long}'.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/jscript/jsregexp.c:231]: (error) Possible null pointer dereference: ret
[/home/igor/Загрузки/wine-2.8/dlls/jscript/jsregexp.c:232]: (error) Possible null pointer dereference: ret
[/home/igor/Загрузки/wine-2.8/dlls/jscript/tests/activex.c:506] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/jscript/tests/activex.c:507] -> [/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/dlls/kernel32/fiber.c:132]: (error) Memory pointed to by 'fiber' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/file.c:2092]: (error) Return value of allocation function 'HeapReAlloc' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/heap.c:408]: (error) Memory leak: pintern
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/lzexpand.c:250]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/lzexpand.c:545]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/lzexpand.c:553]: (error) Resource leak: fd
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/process.c:1924]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/process.c:636]: (error) Memory pointed to by 'value' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/process.c:650]: (error) Memory pointed to by 'value' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/sync.c:88]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/sync.c:1434]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/sync.c:1570]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/sync.c:1937]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/sync.c:2057]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/sync.c:2149]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/kernel32/tests/debugger.c:170]: (error) Possible null pointer dereference: p
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/debugger.c:170]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/file.c:3389]: (error) Resource leak: hFile
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/file.c:3097]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/file.c:3104]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/file.c:3194]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:1082]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:535]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:75]: (error) Memory leak: buf
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:121]: (error) Memory leak: mem
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:116]: (error) Memory leak: msecond
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:209]: (error) Deallocating a deallocated pointer: gbl
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:562]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:591]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:593]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:596]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:598]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:608]: (error) Mismatching allocation and deallocation: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/heap.c:598]: (error) Deallocating a deallocated pointer: heap
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2337]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2355]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2373]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2391]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2411]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2434]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/loader.c:2461]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/kernel32/tests/loader.c:2654]: (error) Memory leak: addr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/pipe.c:2839]: (warning) %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'UINT_PTR {aka unsigned int}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/pipe.c:2971]: (warning) %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'UINT_PTR * {aka unsigned int *}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:3828]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:241]: (error) Memory leak: addr1
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:299]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:308]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:323]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:328]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:333]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:370]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:397]: (error) Memory leak: addr2
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:472]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:479]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:521]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:615]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:619]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:657]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:780]: (error) Memory leak: addr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:972]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:978]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:1846]: (error) Memory leak: base
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:3130]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/dlls/kernel32/tests/virtual.c:1949]: (error) Return value of allocation function 'VirtualAlloc' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/file.c:254]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/int2f.c:1030] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/krnl386.exe16/int2f.c:1031] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/krnl386.exe16/int67.c:199] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/krnl386.exe16/kernel.c:100]: (error) Return value of allocation function 'HeapCreate' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/local.c:1751]: (error) Return value of allocation function 'VirtualAlloc' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/local.c:1950]: (error) Return value of allocation function 'VirtualAlloc' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/thunk.c:1172] -> [/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/thunk.c:1161]: (warning) Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/thunk.c:1173] -> [/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/thunk.c:1161]: (warning) Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer.
[/home/igor/Загрузки/wine-2.8/dlls/krnl386.exe16/thunk.c:1172]: (error) Dereferencing 'handle' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/msacm32/driver.c:481]: (error) Memory pointed to by 'alias_name' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/msacm32/driver.c:482]: (error) Memory pointed to by 'section_name' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/msacm32/internal.c:243]: (error) Memory pointed to by 'MSACM_hHeap' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/msacm32/internal.c:312]: (error) Memory pointed to by 'MSACM_hHeap' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/msacm32/internal.c:1091]: (error) Memory pointed to by 'MSACM_hHeap' is freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/mscoree/metahost.c:373]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/mscoree/metahost.c:373]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/mscoree/metahost.c:373]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/mshtml/nsio.c:177] -> [/home/igor/Загрузки/wine-2.8/dlls/mshtml/nsio.c:3110]: (warning, inconclusive) Either the condition 'ptr' is redundant or there is possible null pointer dereference: str.
[/home/igor/Загрузки/wine-2.8/dlls/mshtml/tests/dom.c:2207]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/Загрузки/wine-2.8/dlls/mshtml/tests/dom.c:2216]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'LONG {aka long}'.
[/home/igor/Загрузки/wine-2.8/dlls/mshtml/tests/dom.c:6464]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'LONG {aka long}'.
[/home/igor/Загрузки/wine-2.8/dlls/mshtml/tests/dom.c:2614]: (error) Possible null pointer dereference: elem_types
[/home/igor/Загрузки/wine-2.8/dlls/msi/dialog.c:352]: (error, inconclusive) Possible null pointer dereference: font
[/home/igor/Загрузки/wine-2.8/dlls/msi/package.c:2133]: (error, inconclusive) Possible null pointer dereference: szValueBuf
[/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:508] -> [/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:509] -> [/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:511] -> [/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:514] -> [/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:515] -> [/home/igor/Загрузки/wine-2.8/dlls/msi/table.c:705]: (warning) Either the condition 'colinfo' is redundant or there is possible null pointer dereference: colinfo.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/msi/tests/install.c:5169]: (error) Memory leak: buf
[/home/igor/Загрузки/wine-2.8/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.8/dlls/msvcp140/tests/msvcp140.c:262]: (warning) The 2nd memset() argument '57005' 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.8/dlls/msvcp90/msvcp90.h:29]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/msvcrt.h:84]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:560]: (error) Read operation on a file that was opened only for writing.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:584]: (error) Write operation on a file that was opened only for reading.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1613]: (error) Used file that is not opened.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1615]: (error) Used file that is not opened.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1597]: (error) Resource leak: stream3
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1604]: (error) Resource leak: stream4
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1613]: (error) Deallocating a deallocated pointer: stream2
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1727]: (error) Dereferencing 'file' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/file.c:1604]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/heap.c:448]: (error) Common realloc mistake: 'mem' nulled but not freed upon failure
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/heap.c:493]: (error) Common realloc mistake: 'mem' nulled but not freed upon failure
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/msvcrt/tests/printf.c:536]: (error) sprintf format string requires 1 parameter but only 0 are given.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/printf.c:551]: (error) sprintf format string requires 1 parameter but only 0 are given.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/printf.c:556]: (error) sprintf format string requires 8 parameters but only 0 are given.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/msvcrt/tests/printf.c:660]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/dlls/msvcrt/tests/time.c:612]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/time.c:616]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:488]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:1775]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:1781]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:1853]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2951]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:3004]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2799]: (warning) The compared strings, '"test"' and '"test"', are always identical. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2801]: (warning) The compared strings, '"a"' and '"z"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2803]: (warning) The compared strings, '"z"' and '"a"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2805]: (warning) The compared strings, '"\245"' and '"\271"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2813]: (warning) The compared strings, '"test"' and '"test"', are always identical. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2815]: (warning) The compared strings, '"a"' and '"z"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2817]: (warning) The compared strings, '"z"' and '"a"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2819]: (warning) The compared strings, '"\245"' and '"\271"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:2821]: (warning) The compared strings, '"a"' and '"\271"', are always unequal. Therefore the comparison is unnecessary and looks suspicious.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:3133]: (warning) The compared strings, 'NULL' and 'NULL', are identical. This could be a logic bug.
[/home/igor/Загрузки/wine-2.8/dlls/msvcrt/tests/string.c:3142]: (warning) The compared strings, 'a' and 'a', are identical. This could be a logic bug.
[/home/igor/Загрузки/wine-2.8/dlls/msvideo.dll16/msvideo16.c:387]: (error) Memory leak: icdx
[/home/igor/Загрузки/wine-2.8/dlls/msxml3/tests/httpreq.c:1648]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/msxml3/tests/domdoc.c:8725]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/ntdll/loader.c:3059]: (warning) Suspicious code: sign conversion of -10000000 in calculation because '-10000000' has a negative value
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/directory.c:773]: (error) Resource handle 'f' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/directory.c:838]: (error) Resource handle 'f' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:2095]: (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.8/dlls/ntdll/nt.c:1489]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1491]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1502]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1506]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1516]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1520]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1535]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1535]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1540]: (warning) %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1546]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1546]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1549]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1553]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1553]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1556]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1560]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1560]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1563]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1567]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1567]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1570]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1576]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1576]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1626]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1628]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1635]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1640]: (warning) %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'DWORD * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/nt.c:1579]: (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.8/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.8/dlls/ntdll/server.c:970]: (error) Dereferencing 'fd' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/ntdll/sync.c:138] -> [/home/igor/Загрузки/wine-2.8/dlls/ntdll/sync.c:131]: (warning) Either the condition 'sacl' is redundant or there is possible null pointer dereference: sacl.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/sync.c:140] -> [/home/igor/Загрузки/wine-2.8/dlls/ntdll/sync.c:132]: (warning) Either the condition 'dacl' is redundant or there is possible null pointer dereference: dacl.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/ntdll/tests/exception.c:1352]: (error) Uninitialized struct member: info.exception_info
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/exception.c:1353]: (error) Uninitialized struct member: info.exception_info
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/file.c:3646]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/file.c:3981]: (error) Null pointer dereference
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/om.c:1324]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/om.c:1478]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/om.c:1498]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/om.c:1522]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/om.c:467]: (error) Memory leak: str.Buffer
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/pipe.c:956]: (error) Resource handle 'read' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/reg.c:1937]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/tests/reg.c:1938]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/threadpool.c:757]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:401]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:268]: (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.8/dlls/ntdll/virtual.c:1946]: (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.8/dlls/ntdll/virtual.c:367]: (error) Dereferencing 'user_space_limit' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:367]: (error) Dereferencing 'addr' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:718]: (error) Dereferencing 'ptr' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:718]: (error) Dereferencing 'extra' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:719]: (error) Dereferencing 'extra' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:723]: (error) Returning/dereferencing 'ptr' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntdll/virtual.c:888]: (error) Return value of allocation function 'mmap' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/ntoskrnl.exe/ntoskrnl.c:463]: (error) Return value of allocation function 'HeapReAlloc' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/ntoskrnl.exe/ntoskrnl.c:222]: (error) Dereferencing 'device' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ntoskrnl.exe/ntoskrnl.c:881]: (error) Memory leak: mdl
[/home/igor/Загрузки/wine-2.8/dlls/ntoskrnl.exe/ntoskrnl.c:916]: (error) Memory leak: mdl
[/home/igor/Загрузки/wine-2.8/dlls/ole32/compobj.c:310]: (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.8/dlls/ole32/compobj.c:1372]: (error) Dereferencing 'apartment_loaded_dll' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ole32/tests/ole_server.c:405]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/ole32/tests/ole_server.c:413]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/ole32/tests/ole_server.c:417]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/ole32/tests/ole_server.c:423]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/ole32/tests/ole_server.c:429]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/ole32/tests/ole_server.c:443]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/dlls/ole32/storage32.c:7985]: (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.8/dlls/ole32/storage32.c:4615]: (error) Uninitialized struct member: src_data.startingBlock
[/home/igor/Загрузки/wine-2.8/dlls/ole32/storage32.c:4616]: (error) Uninitialized struct member: src_data.size
[/home/igor/Загрузки/wine-2.8/dlls/ole32/storage32.c:6713]: (error) Uninitialized struct member: src_data.dirRootEntry
[/home/igor/Загрузки/wine-2.8/dlls/ole32/storage32.c:6725]: (error) Uninitialized struct member: src_data.clsid
[/home/igor/Загрузки/wine-2.8/dlls/ole32/storage32.c:6726]: (error) Uninitialized struct member: src_data.ctime
[/home/igor/Загрузки/wine-2.8/dlls/ole32/storage32.c:6727]: (error) Uninitialized struct member: src_data.mtime
[/home/igor/Загрузки/wine-2.8/dlls/ole32/storage32.c:6723]: (error) Uninitialized struct member: dst_data.dirRootEntry
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:272]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:273]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:275]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:275]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:276]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:276]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:277]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:277]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:280]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:280]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:282]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:282]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:283]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:283]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:284]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:284]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:285]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:285]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:288]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:288]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:290]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:290]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:291]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:291]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:292]: (warning) Conversion of string literal "\"pos\";\"neg\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:292]: (warning) Conversion of string literal "\"pos\";\"neg\";\"zero\"" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:295]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:296]: (warning) Conversion of string literal "True/False" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:329]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:330]: (warning) Conversion of string literal "@" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:331]: (warning) Conversion of string literal "&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:332]: (warning) Conversion of string literal "\\x@\\x@" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:333]: (warning) Conversion of string literal "\\x&\\x&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:334]: (warning) Conversion of string literal "@\\x" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:335]: (warning) Conversion of string literal "@@@@@@@@" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:336]: (warning) Conversion of string literal "@\\x@@@@@@@" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:337]: (warning) Conversion of string literal "&&&&&&&&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:338]: (warning) Conversion of string literal "!&&&&&&&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:339]: (warning) Conversion of string literal "&&&&&&&!" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:340]: (warning) Conversion of string literal ">&&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:341]: (warning) Conversion of string literal "<&&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:342]: (warning) Conversion of string literal "<&>&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:345]: (warning) Conversion of string literal "hh:mm" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:346]: (warning) Conversion of string literal "mm-dd-yy" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:349]: (warning) Conversion of string literal "<&>&" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:352]: (warning) Conversion of string literal "#00000000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:353]: (warning) Conversion of string literal "000###" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:354]: (warning) Conversion of string literal "#00##00#0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:355]: (warning) Conversion of string literal "1#####0000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:356]: (warning) Conversion of string literal "##abcdefghijklmnopqrstuvwxyz" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:357]: (warning) Conversion of string literal "#,###,###,###" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/oleaut32/tests/varformat.c:359]: (warning) Conversion of string literal "#,#.#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:360]: (warning) Conversion of string literal "###, ###, ###" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:361]: (warning) Conversion of string literal "#;-#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:362]: (warning) Conversion of string literal "#;-#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/dlls/oleaut32/tests/varformat.c:368]: (warning) Conversion of string literal "#0.##########" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:369]: (warning) Conversion of string literal "#0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:370]: (warning) Conversion of string literal "#0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:371]: (warning) Conversion of string literal "#00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:372]: (warning) Conversion of string literal "0##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:373]: (warning) Conversion of string literal "#000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:374]: (warning) Conversion of string literal "#0.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:375]: (warning) Conversion of string literal "#0000.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:376]: (warning) Conversion of string literal "#.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:377]: (warning) Conversion of string literal "#.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:378]: (warning) Conversion of string literal "#.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:379]: (warning) Conversion of string literal "#3" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:380]: (warning) Conversion of string literal "#33" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:381]: (warning) Conversion of string literal "#3.33" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:382]: (warning) Conversion of string literal "#3333.33" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:383]: (warning) Conversion of string literal "#.33" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:384]: (warning) Conversion of string literal "#.33" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:385]: (warning) Conversion of string literal "0.0000E-000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:386]: (warning) Conversion of string literal "0.0000e-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:387]: (warning) Conversion of string literal "#0.000000000000e-000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:388]: (warning) Conversion of string literal "#0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:389]: (warning) Conversion of string literal "#.33" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:390]: (warning) Conversion of string literal "#3" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:391]: (warning) Conversion of string literal "0.0000E+000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:392]: (warning) Conversion of string literal "#0.000000" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:393]: (warning) Conversion of string literal "0.0000e+0#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:394]: (warning) Conversion of string literal "0.0000E+0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:395]: (warning) Conversion of string literal "0.0000e+1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:396]: (warning) Conversion of string literal "0.0000e+0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:397]: (warning) Conversion of string literal "#000.0000e+0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:398]: (warning) Conversion of string literal "##00.0000e-0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:399]: (warning) Conversion of string literal "0000.0000e-0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:400]: (warning) Conversion of string literal "00##.0000e-0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:401]: (warning) Conversion of string literal "##00.0000e-0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:402]: (warning) Conversion of string literal ".0000E+0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:403]: (warning) Conversion of string literal "#####.####e-0%" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:404]: (warning) Conversion of string literal "0.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:405]: (warning) Conversion of string literal "0.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:406]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:407]: (warning) Conversion of string literal ".#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:408]: (warning) Conversion of string literal "#.#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:409]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:410]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:411]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:412]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:413]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:414]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:415]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:416]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:417]: (warning) Conversion of string literal "#.##" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:418]: (warning) Conversion of string literal "#,##0.00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:419]: (warning) Conversion of string literal "#.###" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:441]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:443]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:445]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/varformat.c:447]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:5173]: (error) Signed integer overflow for expression '(4294952295)+1'.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:866]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:867]: (warning) Conversion of string literal "-129" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:868]: (warning) Conversion of string literal "-128" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:869]: (warning) Conversion of string literal "127" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:870]: (warning) Conversion of string literal "128" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:872]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:873]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:874]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:875]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:876]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:877]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:878]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:879]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1112]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1113]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1114]: (warning) Conversion of string literal "255" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1115]: (warning) Conversion of string literal "256" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1118]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1119]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1120]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1121]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1122]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1123]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1124]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1125]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1429]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1430]: (warning) Conversion of string literal "-32769" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1431]: (warning) Conversion of string literal "-32768" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1432]: (warning) Conversion of string literal "32767" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1433]: (warning) Conversion of string literal "32768" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1436]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1437]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1438]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1439]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1440]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1441]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1442]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1443]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1675]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1676]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1677]: (warning) Conversion of string literal "65535" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1678]: (warning) Conversion of string literal "65536" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1681]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1682]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1683]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1684]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1685]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1686]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1687]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1688]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1928]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1929]: (warning) Conversion of string literal "-2147483649" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1930]: (warning) Conversion of string literal "-2147483648" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1931]: (warning) Conversion of string literal "2147483647" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1932]: (warning) Conversion of string literal "2147483648" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1935]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1936]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1937]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1938]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1939]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1940]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1941]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:1942]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2167]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2168]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2169]: (warning) Conversion of string literal "4294967295" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2170]: (warning) Conversion of string literal "4294967296" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2173]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2174]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2175]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2176]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2177]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2178]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2179]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2180]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2414]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2415]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2416]: (warning) Conversion of string literal "2147483647" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2418]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2419]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2420]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2421]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2422]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2423]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2424]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2425]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2680]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2681]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2682]: (warning) Conversion of string literal "2147483647" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2683]: (warning) Conversion of string literal "18446744073709551614" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2684]: (warning) Conversion of string literal "18446744073709551615" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2685]: (warning) Conversion of string literal "18446744073709551616" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2687]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2688]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2689]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2690]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2691]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2692]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2693]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2694]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2918]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2919]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2920]: (warning) Conversion of string literal "1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2922]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2923]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2924]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2925]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2926]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2927]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2928]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:2929]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3126]: (warning) Conversion of string literal "" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3127]: (warning) Conversion of string literal " " to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3129]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3130]: (warning) Conversion of string literal "-1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3131]: (warning) Conversion of string literal "-0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3132]: (warning) Conversion of string literal "-0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3133]: (warning) Conversion of string literal "-0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3134]: (warning) Conversion of string literal "0.4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3135]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3136]: (warning) Conversion of string literal "0.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3137]: (warning) Conversion of string literal "1.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3425]: (warning) Conversion of string literal "0.0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3432]: (warning) Conversion of string literal "1 am" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3437]: (warning) Conversion of string literal "0.1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3438]: (warning) Conversion of string literal "0.40" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3439]: (warning) Conversion of string literal "2.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3441]: (warning) Conversion of string literal "0:1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3442]: (warning) Conversion of string literal "0:20" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3443]: (warning) Conversion of string literal "0:40" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3444]: (warning) Conversion of string literal "3:5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3446]: (warning) Conversion of string literal "00:00 AM" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3447]: (warning) Conversion of string literal "00:00 a" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3448]: (warning) Conversion of string literal "12:59 AM" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3449]: (warning) Conversion of string literal "12:59 A" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3450]: (warning) Conversion of string literal "00:00 pm" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3451]: (warning) Conversion of string literal "00:00 p" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3452]: (warning) Conversion of string literal "12:59 pm" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3453]: (warning) Conversion of string literal "12:59 p" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3455]: (warning) Conversion of string literal "13:00 AM" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3456]: (warning) Conversion of string literal "13:00 PM" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3460]: (warning) Conversion of string literal "1 2" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3461]: (warning) Conversion of string literal "2 1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3465]: (warning) Conversion of string literal "14 1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3466]: (warning) Conversion of string literal "1 14" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3468]: (warning) Conversion of string literal "30 2" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3469]: (warning) Conversion of string literal "2 30" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3470]: (warning) Conversion of string literal "32 49" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3471]: (warning) Conversion of string literal "0 49" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3473]: (warning) Conversion of string literal "Jan 2" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3474]: (warning) Conversion of string literal "2 Jan" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3476]: (warning) Conversion of string literal "Jan 35" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3477]: (warning) Conversion of string literal "35 Jan" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3478]: (warning) Conversion of string literal "Jan-35" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3479]: (warning) Conversion of string literal "35-Jan" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3480]: (warning) Conversion of string literal "Jan/35" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3481]: (warning) Conversion of string literal "35/Jan" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3484]: (warning) Conversion of string literal "0.1.0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3485]: (warning) Conversion of string literal "1.5.2" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3487]: (warning) Conversion of string literal "1 2 3" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3488]: (warning) Conversion of string literal "14 2 3" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3489]: (warning) Conversion of string literal "2 14 3" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3490]: (warning) Conversion of string literal "2 3 14" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3491]: (warning) Conversion of string literal "32 2 3" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3492]: (warning) Conversion of string literal "2 3 32" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3493]: (warning) Conversion of string literal "1 2 29" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3495]: (warning) Conversion of string literal "1 2 30" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3496]: (warning) Conversion of string literal "1 2 31" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3497]: (warning) Conversion of string literal "3 am 1 2" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3498]: (warning) Conversion of string literal "1 2 3 am" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3501]: (warning) Conversion of string literal "1.2 3 4" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3502]: (warning) Conversion of string literal "3 4 1.2" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3504]: (warning) Conversion of string literal "1.2.3 4 5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3505]: (warning) Conversion of string literal "1.2 3 4 5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3510]: (warning) Conversion of string literal "1 2 3 4.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3512]: (warning) Conversion of string literal "1.2.3 4 5 6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3513]: (warning) Conversion of string literal "1 2 3 4.5.6" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3521]: (warning) Conversion of string literal "2 January, 1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3522]: (warning) Conversion of string literal "2 January 1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3523]: (warning) Conversion of string literal "2 Jan 1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3524]: (warning) Conversion of string literal "2/Jan/1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3525]: (warning) Conversion of string literal "2-Jan-1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3526]: (warning) Conversion of string literal "1 2 1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3527]: (warning) Conversion of string literal "1/2/1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3528]: (warning) Conversion of string literal "1-2-1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3529]: (warning) Conversion of string literal "13-1-1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3530]: (warning) Conversion of string literal "1970-1-13" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3531]: (warning) Conversion of string literal "6/30/2011 01:20:34" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3532]: (warning) Conversion of string literal "6/30/2011 01:20:34 AM" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3533]: (warning) Conversion of string literal "6/30/2011 01:20:34 PM" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3537]: (warning) Conversion of string literal "02.01.1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3538]: (warning) Conversion of string literal "02.01.1970 00:00:00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3540]: (warning) Conversion of string literal "02.01.1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3541]: (warning) Conversion of string literal "02.13.1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3542]: (warning) Conversion of string literal "02-13-1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3543]: (warning) Conversion of string literal "2020-01-11" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3544]: (warning) Conversion of string literal "2173-10-14" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3546]: (warning) Conversion of string literal "02.01.1970 00:00:00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3548]: (warning) Conversion of string literal "02.01.1970" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:3549]: (warning) Conversion of string literal "02.01.1970 00:00:00" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4309]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4310]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4311]: (warning) Conversion of string literal "1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4312]: (warning) Conversion of string literal "0.5" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4313]: (warning) Conversion of string literal "4294967296" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4314]: (warning) Conversion of string literal "18446744073709551616" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4315]: (warning) Conversion of string literal "4294967296.0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4316]: (warning) Conversion of string literal "18446744073709551616.0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4918]: (warning) Conversion of string literal "#FALSE#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4919]: (warning) Conversion of string literal "#TRUE#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4922]: (warning) Conversion of string literal "#False#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4924]: (warning) Conversion of string literal "false" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4925]: (warning) Conversion of string literal "False" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4927]: (warning) Conversion of string literal "On" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4928]: (warning) Conversion of string literal "Yes" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4935]: (warning) Conversion of string literal "#FALSE#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4936]: (warning) Conversion of string literal "#TRUE#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4937]: (warning) Conversion of string literal "#FALSE#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4938]: (warning) Conversion of string literal "#TRUE#" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4941]: (warning) Conversion of string literal "false" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4943]: (warning) Conversion of string literal "False" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4948]: (warning) Conversion of string literal "faux" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4950]: (warning) Conversion of string literal "faux" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4952]: (warning) Conversion of string literal "Faux" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4957]: (warning) Conversion of string literal "faux" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4961]: (warning) Conversion of string literal "0" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4962]: (warning) Conversion of string literal "-1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4963]: (warning) Conversion of string literal "+1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4969]: (warning) Conversion of string literal "0.1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:4974]: (warning) Conversion of string literal "0.1" to bool always evaluates to true.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:5372]: (error) Uninitialized variable: bstr
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/tests/vartype.c:5383]: (error) Uninitialized variable: bstr
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/typelib.c:6454]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/typelib.c:3936]: (warning) %hd in format string (no. 1) requires 'short *' but the argument type is 'WORD * {aka unsigned short *}'.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/typelib.c:3936]: (warning) %hd in format string (no. 2) requires 'short *' but the argument type is 'WORD * {aka unsigned short *}'.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/typelib.c:3936]: (warning) %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'LCID * {aka unsigned long *}'.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/typelib.c:3936]: (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.8/dlls/oleaut32/vartype.c:4508]: (error) Array 'di.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/vartype.c:4510]: (error) Array 'di.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/vartype.c:5580]: (error) Array 'di_result.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/vartype.c:5582]: (error) Array 'di_result.bitsnum[3]' accessed at index 9998, which is out of bounds.
[/home/igor/Загрузки/wine-2.8/dlls/oleaut32/typelib.c:6687]: (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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/rpcrt4/ndr_contexthandle.c:345] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/rpcrt4/rpc_transport.c:294]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/rpcrt4/rpc_transport.c:294]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'ULONG {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/rpcrt4/rpc_transport.c:356]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/rpcrt4/rpc_transport.c:356]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'ULONG {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/rpcrt4/tests/server.c:1388]: (error) Array 'ca[5]' accessed at index 5, which is out of bounds.
[/home/igor/Загрузки/wine-2.8/dlls/rsaenh/mpi.c:2384]: (error) va_list 'args' used before va_start() was called.
[/home/igor/Загрузки/wine-2.8/dlls/rsaenh/mpi.c:2386]: (error) va_list 'args' used before va_start() was called.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/secur32/tests/negotiate.c:111]: (error) Memory leak: pvBuffer
[/home/igor/Загрузки/wine-2.8/dlls/secur32/tests/schannel.c:724]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/secur32/tests/schannel.c:1021]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/secur32/tests/ntlm.c:249]: (error) Memory leak: sec_buffer.pvBuffer
[/home/igor/Загрузки/wine-2.8/dlls/secur32/tests/ntlm.c:277]: (error) Memory leak: sec_buffer.pvBuffer
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/dlls/setupapi/fakedll.c:750]: (error) Uninitialized struct member: attr_value.ptr
[/home/igor/Загрузки/wine-2.8/dlls/setupapi/fakedll.c:750]: (error) Uninitialized struct member: attr_value.len
[/home/igor/Загрузки/wine-2.8/dlls/setupapi/stringtable.c:306] -> [/home/igor/Загрузки/wine-2.8/dlls/setupapi/stringtable.c:308]: (warning) Either the condition '!table' is redundant or there is possible null pointer dereference: table.
[/home/igor/Загрузки/wine-2.8/dlls/shell32/shell32_main.c:434] -> [/home/igor/Загрузки/wine-2.8/dlls/shell32/shell32_main.c:440]: (warning) Either the condition 'psfi!=0' is redundant or there is possible null pointer dereference: psfi.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/dlls/shlwapi/ordinal.c:219]: (error) Memory leak: pMapped
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/shlwapi/tests/ordinal.c:2814]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/shlwapi/tests/ordinal.c:2543]: (error) Uninitialized variable: cookie
[/home/igor/Загрузки/wine-2.8/dlls/shlwapi/url.c:2265] -> [/home/igor/Загрузки/wine-2.8/dlls/shlwapi/url.c:2267]: (warning) Either the condition '!pcchOut' is redundant or there is possible null pointer dereference: pcchOut.
[/home/igor/Загрузки/wine-2.8/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.8/dlls/strmbase/seeking.c:208] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/strmbase/seeking.c:211] -> [/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/dlls/urlmon/tests/protocol.c:1735]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/urlmon/tests/url.c:797]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/hook.c:142]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/hook.c:435]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/hook.c:453]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/hook.c:475]: (error) Memory leak: info
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/user.c:2485]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'INT {aka int}'.
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/user.c:3305]: (error) Possible null pointer dereference: allocstring
[/home/igor/Загрузки/wine-2.8/dlls/user.exe16/user.c:3247]: (error) Memory leak: b
[/home/igor/Загрузки/wine-2.8/dlls/user32/edit.c:2266] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/user32/spy.c:2073]: (error) Signed integer overflow for expression '2147483648+(8)'.
[/home/igor/Загрузки/wine-2.8/dlls/user32/tests/combo.c:300]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'UINT {aka unsigned int}'.
[/home/igor/Загрузки/wine-2.8/dlls/user32/tests/combo.c:300]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/Загрузки/wine-2.8/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.8/dlls/user32/tests/cursoricon.c:1790]: (error) Memory leak: iconInfo.hbmMask
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/user32/tests/winstation.c:911]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/user32/tests/winstation.c:921]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/user32/tests/win.c:7923]: (error) Shifting 32-bit value by 32 bits is undefined behaviour
[/home/igor/Загрузки/wine-2.8/dlls/user32/tests/win.c:7926]: (error) Shifting 32-bit value by 32 bits is undefined behaviour
[/home/igor/Загрузки/wine-2.8/dlls/uxtheme/buffer.c:144] -> [/home/igor/Загрузки/wine-2.8/dlls/uxtheme/buffer.c:92]: (warning) Either the condition 'retdc' is redundant or there is possible null pointer dereference: retdc.
[/home/igor/Загрузки/wine-2.8/dlls/vbscript/tests/createobj.c:509] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/vbscript/tests/createobj.c:510] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/vbscript/tests/run.c:1371] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/vbscript/tests/run.c:1372] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/vbscript/tests/run.c:1376] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/vbscript/tests/run.c:1399] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/version/version.c:1489]: (error) Resource leak: hfdst
[/home/igor/Загрузки/wine-2.8/dlls/version/version.c:1140]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/version/version.c:1171]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/version/version.c:1253]: (error) Return value of allocation function 'testFileExistenceA' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/version/version.c:1223]: (error) Allocation with testFileExistenceA, if doesn't release it.
[/home/igor/Загрузки/wine-2.8/dlls/version/version.c:1347]: (error) Return value of allocation function 'testFileExistenceW' is not stored.
[/home/igor/Загрузки/wine-2.8/dlls/version/version.c:1319]: (error) Allocation with testFileExistenceW, if doesn't release it.
[/home/igor/Загрузки/wine-2.8/dlls/wbemprox/builtin.c:2054]: (warning, inconclusive) Multiplying sizeof() with sizeof() indicates a logic error.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/tests/proxy.c:648]: (error) Resource leak: s
[/home/igor/Загрузки/wine-2.8/dlls/webservices/tests/proxy.c:735]: (error) Resource leak: thread
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1382]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1382]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1382]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1382]: (warning) %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1382]: (warning) %u in format string (no. 5) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1382]: (warning) %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1386]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/webservices/writer.c:1396]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/windowscodecs/converter.c:1152] -> [/home/igor/Загрузки/wine-2.8/dlls/windowscodecs/converter.c:1159]: (warning) Either the condition 'SUCCEEDED(hr)&&prc' is redundant or there is possible null pointer dereference: prc.
[/home/igor/Загрузки/wine-2.8/dlls/windowscodecs/converter.c:1153] -> [/home/igor/Загрузки/wine-2.8/dlls/windowscodecs/converter.c:1159]: (warning) Either the condition 'SUCCEEDED(hr)&&prc' is redundant or there is possible null pointer dereference: prc.
[/home/igor/Загрузки/wine-2.8/dlls/windowscodecs/tests/bitmap.c:671]: (error) Resource leak: hbmMask
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/wined3d/device.c:279]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/device.c:280]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/device.c:281]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/device.c:282]: (error) Possible null pointer dereference: depth_stencil
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2756]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2756]: (warning) %u in format string (no. 5) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2756]: (warning) %u in format string (no. 9) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2763]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2785]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2903]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2908]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2913]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2927]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2927]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2927]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2927]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2942]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2942]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2942]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2942]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2949]: (warning) %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2949]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2949]: (warning) %x in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wined3d/glsl_shader.c:2949]: (warning) %x in format string (no. 4) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/winemac.drv/window.c:422]: (error) Dereferencing 'region_data' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/wineps.drv/driver.c:468] -> [/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/dlls/winex11.drv/settings.c:80]: (error) Returning/dereferencing 'dd_modes' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/winex11.drv/window.c:561]: (error) Memory leak: ptr
[/home/igor/Загрузки/wine-2.8/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.8/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.8/dlls/winhttp/tests/winhttp.c:2096]: (error) Resource leak: s
[/home/igor/Загрузки/wine-2.8/dlls/winhttp/tests/winhttp.c:4417]: (error) Resource leak: thread
[/home/igor/Загрузки/wine-2.8/dlls/winhttp/tests/winhttp.c:2232]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/wininet/ftp.c:2711]: (error) Possible null pointer dereference: hdr
[/home/igor/Загрузки/wine-2.8/dlls/wininet/ftp.c:2734]: (error) Possible null pointer dereference: hdr
[/home/igor/Загрузки/wine-2.8/dlls/wininet/ftp.c:2562]: (error) Mismatching allocation and deallocation: nsocket
[/home/igor/Загрузки/wine-2.8/dlls/wininet/ftp.c:3195]: (error) Mismatching allocation and deallocation: nsocket
[/home/igor/Загрузки/wine-2.8/dlls/wininet/internet.c:3372]: (error) Mismatching allocation and deallocation: fd
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/http.c:223]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/http.c:2752]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/http.c:5134]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1241]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1257]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1278]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1292]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1308]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1322]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1338]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1369]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1385]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1405]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1420]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/internet.c:1434]: (error) Memory leak: pOptions
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/http.c:1111]: (error) Memory leak: lpvBuffer
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/http.c:2076]: (error) Resource leak: s
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/http.c:5175]: (error) Resource leak: hThread
[/home/igor/Загрузки/wine-2.8/dlls/wininet/tests/urlcache.c:1047] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/tests/http.c:2405]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/wininet/urlcache.c:1285] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1286] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1287] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1288] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1289] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1290] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1291] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1292] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1293] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1294] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1295] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1296] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1298] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1299] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1312] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1314] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1316] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1332] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1353] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1356] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1358] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1376] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1378] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/wininet/urlcache.c:1380] -> [/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/dlls/winmm/mci.c:589] -> [/home/igor/Загрузки/wine-2.8/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.8/dlls/winmm/tests/mci.c:1430]: (error) Resource handle 'evt' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4143]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4152]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4161]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4170]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4179]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4188]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4197]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4208]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4217]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4226]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4235]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4244]: (error) Possible null pointer dereference: pi2
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4281]: (error) Possible null pointer dereference: pi4
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4314]: (error) Possible null pointer dereference: pi5
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4323]: (error) Possible null pointer dereference: pi5
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4362]: (error) Possible null pointer dereference: pi7
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4394]: (error) Possible null pointer dereference: pi9
[/home/igor/Загрузки/wine-2.8/dlls/winspool.drv/info.c:4403]: (error) Possible null pointer dereference: pi9
[/home/igor/Загрузки/wine-2.8/dlls/winmm/tests/wave.c:980]: (error) Memory leak: nameA
[/home/igor/Загрузки/wine-2.8/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.8/dlls/ws2_32/tests/sock.c:4790]: (warning) Return value of function gethostbyname() is not used.
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1359]: (error) Resource leak: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4141]: (error) Dereferencing 'client_socket' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4162]: (error) Resource leak: server_socket
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4410]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4479]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4528]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:5128]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6619]: (error) Resource leak: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7024]: (error) Dereferencing 'fdWrite' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7025]: (error) Dereferencing 'fdRead' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7030]: (error) Dereferencing 'fdWrite' after it is deallocated / released
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7036]: (error) Resource handle 'fdWrite' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7048]: (error) Resource handle 'fdRead' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7059]: (error) Resource handle 'fdRead' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7899]: (error) Resource leak: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7922]: (error) Resource leak: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7922]: (error) Resource leak: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8606]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8690]: (error) Resource leak: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9665]: (error) Resource handle 'dest' freed twice.
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:263]: (error) Mismatching allocation and deallocation: server
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1492]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1505]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1526]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1539]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1563]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1570]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1684]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1688]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1794]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1812]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1845]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1734]: (error) Mismatching allocation and deallocation: s2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1795]: (error) Mismatching allocation and deallocation: s2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1908]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1918]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1923]: (error) Mismatching allocation and deallocation: s2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1909]: (error) Mismatching allocation and deallocation: s3
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:1986]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2001]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2009]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2046]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2073]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2100]: (error) Mismatching allocation and deallocation: s1
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2045]: (error) Mismatching allocation and deallocation: s2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2072]: (error) Mismatching allocation and deallocation: s2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2099]: (error) Mismatching allocation and deallocation: s2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:2953]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3140]: (error) Mismatching allocation and deallocation: v6
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3329]: (error) Mismatching allocation and deallocation: v6
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3663]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3746]: (error) Mismatching allocation and deallocation: fdA
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3735]: (error) Mismatching allocation and deallocation: fdB
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3738]: (error) Mismatching allocation and deallocation: fdB
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3748]: (error) Mismatching allocation and deallocation: fdB
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3819]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3935]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4040]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4075]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4099]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4113]: (error) Mismatching allocation and deallocation: fdRead
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3808]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3936]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:3960]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4052]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4057]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4071]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4087]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4118]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4125]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4170]: (error) Mismatching allocation and deallocation: server_socket
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4184]: (error) Mismatching allocation and deallocation: server_socket
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4192]: (error) Mismatching allocation and deallocation: server_socket
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4287]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4294]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4301]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4305]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4311]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4315]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4325]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4329]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4336]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4340]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4346]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4350]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4360]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4364]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4377]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4415]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4474]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4476]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4484]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4499]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4543]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4550]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4559]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4571]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:4588]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:5200]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:5913]: (error) Mismatching allocation and deallocation: server
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6249]: (error) Mismatching allocation and deallocation: server
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6240]: (error) Mismatching allocation and deallocation: src
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6245]: (error) Mismatching allocation and deallocation: src2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6357]: (error) Mismatching allocation and deallocation: v4
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6398]: (error) Mismatching allocation and deallocation: v4
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6412]: (error) Mismatching allocation and deallocation: v4
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6358]: (error) Mismatching allocation and deallocation: v6
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6364]: (error) Mismatching allocation and deallocation: v6
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6414]: (error) Mismatching allocation and deallocation: v6
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6439]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6483]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6485]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6562]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6569]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6578]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6581]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6587]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6591]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6599]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:6563]: (error) Mismatching allocation and deallocation: dst
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7001]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7006]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7018]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7036]: (error) Mismatching allocation and deallocation: fdWrite
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7698]: (error) Mismatching allocation and deallocation: listener
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7725]: (error) Mismatching allocation and deallocation: listener
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7589]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7590]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7633]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7634]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7676]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7677]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7729]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8219]: (error) Mismatching allocation and deallocation: listener
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8232]: (error) Mismatching allocation and deallocation: listener
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7913]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7914]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7942]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7946]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8015]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8019]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8125]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8129]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8133]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8161]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8165]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8175]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8192]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8207]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8209]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8234]: (error) Mismatching allocation and deallocation: acceptor
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7940]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:7951]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8013]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8024]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8123]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8138]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8151]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8236]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8238]: (error) Mismatching allocation and deallocation: connector2
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8334]: (error) Mismatching allocation and deallocation: listener
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8260]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8314]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8316]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8333]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8572]: (error) Mismatching allocation and deallocation: client
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8573]: (error) Mismatching allocation and deallocation: client
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8582]: (error) Mismatching allocation and deallocation: client
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8583]: (error) Mismatching allocation and deallocation: server
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8675]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8736]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8791]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8793]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8810]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8829]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8848]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8883]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:8970]: (error) Mismatching allocation and deallocation: sock
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9167]: (error) Mismatching allocation and deallocation: src
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9302]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9663]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9665]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9672]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9705]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9742]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9770]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9808]: (error) Mismatching allocation and deallocation: dest
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9635]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9679]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9735]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9749]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9812]: (error) Mismatching allocation and deallocation: connector
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9833]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/dlls/ws2_32/tests/sock.c:9876]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/libs/wine/mmap.c:182]: (error) Return value of allocation function 'mmap' is not stored.
[/home/igor/Загрузки/wine-2.8/libs/wine/mmap.c:337]: (error) Return value of allocation function 'wine_anon_mmap' is not stored.
[/home/igor/Загрузки/wine-2.8/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.8/programs/clock/winclock.c:92]: (error) Resource handle 'dc' freed twice.
[/home/igor/Загрузки/wine-2.8/programs/clock/winclock.c:95]: (error) Resource handle 'dc' freed twice.
[/home/igor/Загрузки/wine-2.8/programs/clock/winclock.c:126]: (error) Resource handle 'dc' freed twice.
[/home/igor/Загрузки/wine-2.8/programs/clock/winclock.c:131]: (error) Resource handle 'dc' freed twice.
[/home/igor/Загрузки/wine-2.8/programs/cmd/builtins.c:2175] -> [/home/igor/Загрузки/wine-2.8/programs/cmd/builtins.c:2135]: (warning) Either the condition 'thisArg' is redundant or there is possible null pointer dereference: thisArg.
[/home/igor/Загрузки/wine-2.8/programs/cmd/wcmdmain.c] -> [/home/igor/Загрузки/wine-2.8/programs/cmd/wcmdmain.c]: (error) Internal Error. MathLib::toLongNumber: Unhandled char constant '\E'.
[/home/igor/Загрузки/wine-2.8/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.8/programs/explorer/desktop.c:582]: (error) Return value of allocation function 'CreateThread' is not stored.
[/home/igor/Загрузки/wine-2.8/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.8/programs/msiexec/msiexec.c:868]: (warning) %x in format string (no. 2) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/programs/msiexec/msiexec.c:868]: (warning) %u in format string (no. 3) requires 'unsigned int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/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.8/programs/progman/group.c:88]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/programs/progman/grpfile.c:75]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/programs/progman/grpfile.c:363]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/programs/progman/grpfile.c:368]: (error) Return value of allocation function 'OpenFile' is not stored.
[/home/igor/Загрузки/wine-2.8/programs/reg/reg.c:1060]: (error) Uninitialized variable: ret
[/home/igor/Загрузки/wine-2.8/programs/sc/sc.c:256]: (error) Resource handle 'manager' freed twice.
[/home/igor/Загрузки/wine-2.8/programs/sc/sc.c:336]: (error) Resource handle 'manager' freed twice.
[/home/igor/Загрузки/wine-2.8/programs/services/rpc.c:119]: (warning) Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/programs/winedbg/source.c:161]: (error) Memory leak: ol
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/programs/winetest/send.c:74]: (error) Mismatching allocation and deallocation: s
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/programs/winhlp32/hlpfile.c:2669]: (error) Resource leak: hFile
[/home/igor/Загрузки/wine-2.8/programs/wordpad/wordpad.c:365]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/Загрузки/wine-2.8/programs/wordpad/wordpad.c:405]: (error) Buffer is accessed out of bounds: buffer
[/home/igor/Загрузки/wine-2.8/server/atom.c:188]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/change.c:250]: (error) Common realloc mistake: 'cache' nulled but not freed upon failure
[/home/igor/Загрузки/wine-2.8/server/change.c:793]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/change.c:1049]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/change.c:1117]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/change.c:1138]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/mailslot.c:237]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/fd.c:515]: (error) Uninitialized variable: dummy
[/home/igor/Загрузки/wine-2.8/server/object.c:64]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/object.c:71]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/procfs.c:58]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/procfs.c:78]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/procfs.c:78]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/ptrace.c:360]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/ptrace.c:461]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/process.c:1387]: (warning) %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'.
[/home/igor/Загрузки/wine-2.8/server/queue.c:2174]: (warning) %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/queue.c:2174]: (warning) %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/semaphore.c:125]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/semaphore.c:125]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
[/home/igor/Загрузки/wine-2.8/server/sock.c:676]: (error) Mismatching allocation and deallocation: sockfd
[/home/igor/Загрузки/wine-2.8/server/sock.c:1111]: (error) Mismatching allocation and deallocation: unix_fd
[/home/igor/Загрузки/wine-2.8/server/sock.c:1117]: (error) Mismatching allocation and deallocation: unix_fd
[/home/igor/Загрузки/wine-2.8/server/window.c:1668]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/make_xftmpl.c:172]: (error) Common realloc mistake: 'output_data' nulled but not freed upon failure
[/home/igor/Загрузки/wine-2.8/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.8/tools/makedep.c:2031]: (error) Memory leak: lib
[/home/igor/Загрузки/wine-2.8/tools/widl/client.c:437]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/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.8/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.8/tools/widl/header.c:803]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/proxy.c:443]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/register.c:68]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/server.c:463]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/typegen.c:490]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/typetree.c:72]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/widl.c:466]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/tools/widl/write_msft.c:1350]: (error) syntax error
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/tools/winedump/debug.c:613]: (error) Possible null pointer dereference: x
[/home/igor/Загрузки/wine-2.8/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.8/tools/winedump/debug.c:710]: (error) Common realloc mistake: 'stabbuff' nulled but not freed upon failure
[/home/igor/Загрузки/wine-2.8/tools/winedump/emf.c:182]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'DWORD {aka unsigned long}'.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/tools/winedump/pdb.c:219] -> [/home/igor/Загрузки/wine-2.8/tools/winedump/pdb.c:218]: (warning) Either the condition 'ret' is redundant or there is possible null pointer dereference: ret.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/tools/winedump/tlb.c:217]: (warning) sprintf format string requires 0 parameters but 1 is given.
[/home/igor/Загрузки/wine-2.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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