Wine 1.7.35 source code scanning (Cppcheck)

Игорь Чебаненко chebanenkoigor93 at gmail.com
Sat Jan 24 05:07:33 CST 2015


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20150124/e659b69e/attachment-0001.html>
-------------- next part --------------
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/advapi32/registry.c:144]: (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-1.7.35/wine-1.7.35/dlls/advapi32/registry.c:205]: (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-1.7.35/wine-1.7.35/dlls/appwiz.cpl/addons.c:226]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/avicap32/avicap32_main.c:126]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/dbghelp/path.c:561]: (error) Uninitialized variable: pdb_lookup
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:827] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:822]: (warning) Array 'This.stats.categories[10]' accessed at index 10, which is out of bounds. Otherwise condition 'categoryIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:831] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:822]: (warning) Array 'This.stats.categories[10]' accessed at index 10, which is out of bounds. Otherwise condition 'categoryIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:862] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[10]' accessed at index 10, which is out of bounds. Otherwise condition 'categoryIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:862] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[categoryIndex].stats[10]' accessed at index 10, which is out of bounds. Otherwise condition 'statIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:869] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[10]' accessed at index 10, which is out of bounds. Otherwise condition 'categoryIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:869] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[categoryIndex].stats[10]' accessed at index 10, which is out of bounds. Otherwise condition 'statIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:875] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[10]' accessed at index 10, which is out of bounds. Otherwise condition 'categoryIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:875] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[categoryIndex].stats[10]' accessed at index 10, which is out of bounds. Otherwise condition 'statIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:882] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[10]' accessed at index 10, which is out of bounds. Otherwise condition 'categoryIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:882] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/gameux/gamestatistics.c:857]: (warning) Array 'This.stats.categories[categoryIndex].stats[10]' accessed at index 10, which is out of bounds. Otherwise condition 'statIndex>=10' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitblt.c:306]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitblt.c:345]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitblt.c:385]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitblt.c:479]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitblt.c:511]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitmap.c:289]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/bitmap.c:407]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/dib.c:597]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/dib.c:752]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/dib.c:869]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/dib.c:1395]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/font.c:1996]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/font.c:2000]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/font.c:2014]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/font.c:2031]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/gdi32/freetype.c:4215]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/iphlpapi/ipstats.c:1992]: (warning, inconclusive) readlink() might return the full size of 'name'. If a name[len] = '\0'; statement follows, it will overrun the buffer. Lower the supplied size by one.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/kernel32/tests/debugger.c:177]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/krnl386.exe16/int67.c:199] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/krnl386.exe16/int67.c:201]: (warning) Array 'EMS_record.handle[256]' accessed at index 256, which is out of bounds. Otherwise condition 'new_hindex>=256' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcp90/msvcp90.h:29]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcp90/tests/misc.c:719]: (error) Passing value -1.0 to log() leads to undefined result.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcp90/tests/misc.c:722]: (error) Passing value -1.0 to sqrt() leads to undefined result.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcp90/tests/misc.c:728]: (error) Passing value -3.14159 to log() leads to undefined result.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcp90/tests/misc.c:734]: (error) Passing value -3.14159 to sqrt() leads to undefined result.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/msvcrt.h:84]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/cpp.c:889]: (error) Uninitialized variable: vtable
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:2106]: (error) The number of bytes to write (3 bytes) are bigger than the source buffer (2 bytes). Please check the second and the third parameter of the function 'write'.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:556]: (error) Read operation on a file that was opened only for writing.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:580]: (error) Write operation on a file that was opened only for reading.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1609]: (error) Used file that is not opened.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1611]: (error) Used file that is not opened.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1593]: (error) Resource leak: stream3
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1600]: (error) Resource leak: stream4
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1609]: (error) Deallocating a deallocated pointer: stream2
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1723]: (error) Dereferencing 'file' after it is deallocated / released
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/file.c:1600]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/heap.c:448]: (error) Common realloc mistake: 'mem' nulled but not freed upon failure
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/heap.c:470]: (error) Common realloc mistake: 'mem' nulled but not freed upon failure
[/home/igor/wine-1.7.35/wine-1.7.35/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-1.7.35/wine-1.7.35/dlls/msvcrt/tests/scanf.c:155]: (warning) %hd in format string (no. 1) requires 'short *' but the argument type is 'int *'.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/scanf.c:160]: (warning) %hhd in format string (no. 1) requires 'char *' but the argument type is 'int *'.
[/home/igor/wine-1.7.35/wine-1.7.35/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-1.7.35/wine-1.7.35/dlls/msvcrt/tests/time.c:612]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/printf.c:680]: (error) Passing value -1 to sqrt() leads to undefined result.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:1644]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:1649]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:1657]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:2664]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:2669]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:2674]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/msvcrt/tests/string.c:2703]: (error) Null pointer dereference
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ntdll/directory.c:705]: (error) Memory pointed to by 'f' is freed twice.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ntdll/directory.c:770]: (error) Memory pointed to by 'f' is freed twice.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ntdll/tests/exception.c:1240]: (error) Uninitialized struct member: info.exception_info
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ntdll/tests/exception.c:1241]: (error) Uninitialized struct member: info.exception_info
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ntdll/threadpool.c:594]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ntoskrnl.exe/ntoskrnl.c:192]: (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-1.7.35/wine-1.7.35/dlls/ole32/compobj.c:311]: (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-1.7.35/wine-1.7.35/dlls/ole32/datacache.c:1312]: (error) Uninitialized struct member: header.dvAspect
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ole32/datacache.c:1313]: (error) Uninitialized struct member: header.lindex
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ole32/datacache.c:1314]: (error) Uninitialized struct member: header.tymed
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/oleaut32/tests/vartype.c:5368]: (error) Uninitialized variable: bstr
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/oleaut32/tests/vartype.c:5379]: (error) Uninitialized variable: bstr
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/rpcrt4/tests/cstub.c:186]: (error) Array index -3 is out of bounds.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/rpcrt4/tests/cstub.c:297]: (error) Array index -3 is out of bounds.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/rpcrt4/tests/cstub.c:257]: (error) Array index -3 is out of bounds.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/rpcrt4/tests/cstub.c:341]: (error) Array index -3 is out of bounds.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/rpcrt4/tests/server.c:1345]: (error) Array 'ca[5]' accessed at index 5, which is out of bounds.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/secur32/tests/schannel.c:669]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/setupapi/fakedll.c:205]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/setupapi/fakedll.c:734]: (error) Uninitialized struct member: attr_value.ptr
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/setupapi/fakedll.c:734]: (error) Uninitialized struct member: attr_value.len
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/shlwapi/tests/ordinal.c:2531]: (error) Uninitialized variable: cookie
[/home/igor/wine-1.7.35/wine-1.7.35/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-1.7.35/wine-1.7.35/dlls/user32/cursoricon.c:1227]: (error) Uninitialized variable: cursor
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/user32/cursoricon.c:1228]: (error) Uninitialized variable: cursor
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/user32/scroll.c:301]: (error) Uninitialized variable: max
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/user32/win.c:1356]: (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-1.7.35/wine-1.7.35/dlls/winealsa.drv/mmdevdrv.c:3982]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winealsa.drv/mmdevdrv.c:3982]: (warning) %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'int *'.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/wineps.drv/bitmap.c:295]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winex11.drv/bitblt.c:1288]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winex11.drv/bitblt.c:1442]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winex11.drv/clipboard.c:1467]: (error) The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winex11.drv/keyboard.c:1759]: (error) Uninitialized variable: lscan
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winex11.drv/keyboard.c:1760]: (error) Uninitialized variable: lvkey
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/winhttp/tests/winhttp.c:1848]: (error) Resource leak: s
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/wininet/tests/http.c:2045]: (error) Resource leak: s
[/home/igor/wine-1.7.35/wine-1.7.35/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-1.7.35/wine-1.7.35/dlls/winmm/mci.c:589] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/winmm/mci.c:591]: (warning) Array 'S_MciCmdTable[20]' accessed at index 20, which is out of bounds. Otherwise condition 'uTbl>=20' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/wininet/urlcache.c:1070] -> [/home/igor/wine-1.7.35/wine-1.7.35/dlls/wininet/urlcache.c:1052]: (warning) Array 'pHeader.directory_data[32]' accessed at index 254, which is out of bounds. Otherwise condition 'Directory!=254' is redundant.
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:1263]: (error) Resource leak: s
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:3589]: (error) Resource leak: server_socket
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:3814]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:3883]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:3931]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:4343]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:5692]: (error) Resource leak: s
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:6566]: (error) Resource leak: connector
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:6589]: (error) Resource leak: acceptor
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:6589]: (error) Resource leak: connector
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:6928]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/dlls/ws2_32/tests/sock.c:7012]: (error) Resource leak: sock
[/home/igor/wine-1.7.35/wine-1.7.35/programs/wineboot/wineboot.c:145]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/server/fd.c:504]: (error) Uninitialized variable: dummy
[/home/igor/wine-1.7.35/wine-1.7.35/server/registry.c:1691]: (error) Returning/dereferencing 'f' after it is deallocated / released
[/home/igor/wine-1.7.35/wine-1.7.35/server/sock.c:642]: (error) Resource leak: sockfd
[/home/igor/wine-1.7.35/wine-1.7.35/server/window.c:1668]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/make_xftmpl.c:172]: (error) Common realloc mistake: 'output_data' nulled but not freed upon failure
[/home/igor/wine-1.7.35/wine-1.7.35/tools/makedep.c:1709]: (error) Allocation with obj_dir_path, output_filename doesn't release it.
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/client.c:437]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/header.c:735]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/proxy.c:443]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/register.c:68]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/server.c:463]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/typegen.c:490]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/typetree.c:70]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/widl.c:462]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/widl/write_msft.c:1327]: (error) syntax error
[/home/igor/wine-1.7.35/wine-1.7.35/tools/winebuild/import.c:195]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/tools/winebuild/spec32.c:135]: (error) Array 'odp.u.func.args[32]' accessed at index 9998, which is out of bounds.
[/home/igor/wine-1.7.35/wine-1.7.35/tools/winedump/debug.c:710]: (error) Common realloc mistake: 'stabbuff' nulled but not freed upon failure
[/home/igor/wine-1.7.35/wine-1.7.35/tools/winegcc/utils.c:219]: (error) Resource leak: fd
[/home/igor/wine-1.7.35/wine-1.7.35/tools/winegcc/winegcc.c:353]: (error) Return value of allocation function freopen is not used.
[/home/igor/wine-1.7.35/wine-1.7.35/tools/winegcc/winegcc.c:355]: (error) Return value of allocation function freopen is not used.


More information about the wine-devel mailing list