Added patch to increase buffer size in widl/typegen.c to avoid buffer overflow.

This commit is contained in:
Sebastian Lackner
2015-07-10 20:05:21 +02:00
parent fb6baf5e83
commit 6df5635400
5 changed files with 49 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -2,6 +2,8 @@ wine-staging (1.7.47) UNRELEASED; urgency=low
* Added patch to silence repeated winhttp "no support on this platform"
message.
* Added patch to silence repeated wbemprox "timeout not supported" fixme.
* Added patch to increase buffer size in widl/typegen.c to avoid buffer
overflow.
* Removed patch to implement kernel32.GetNumaProcessorNode (accepted
upstream).
* Removed patch to initialize *end with NULL on failure in msvcrt.strtod