Added patch to make sure Winhttp raw request headers are terminated using double \r\n.

This commit is contained in:
Sebastian Lackner
2015-08-09 17:25:33 +02:00
parent 84f5a647d0
commit 0184015194
6 changed files with 171 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -11,6 +11,8 @@ wine-staging (1.7.49) UNRELEASED; urgency=low
loader.
* Added patch to fake success in IViewObject::Draw stub.
* Added patch to fix possible integer overflow in VarR4FromDec.
* Added patch to make sure Winhttp raw request headers are terminated using
double \r\n.
* Removed patch to avoid race-conditions with long running threadpool tasks
(accepted upstream).
* Removed patch to add support for ThreadQuerySetWin32StartAddress info class