Added patch to fix invalid memory access in get_registry_locale_info.

This commit is contained in:
Sebastian Lackner
2015-04-03 17:30:35 +02:00
parent a6bdf0d803
commit 70ca8ccdee
5 changed files with 83 additions and 15 deletions

1
debian/changelog vendored
View File

@@ -18,6 +18,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* Added patch to implement mscoree._CorValidateImage for mono runtime.
* Added patch to implement proper handling of CLI .NET images in Wine library loader.
* Added patch to stub ntoskrnl.PsRemoveLoadImageNotifyRoutine
* Added patch to fix invalid memory access in get_registry_locale_info.
* Removed patch to fix regression causing black screen on startup (accepted upstream).
* Removed patch to fix edge cases in TOOLTIPS_GetTipText (fixed upstream).
* Removed patch for IConnectionPoint/INetworkListManagerEvents stub interface (accepted upstream).