Added patch to avoid dereferencing NULL pointer for fonts without VDMX.

This commit is contained in:
Sebastian Lackner
2015-07-12 03:38:31 +02:00
parent 65c559753a
commit b5c7642a3e
3 changed files with 42 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ wine-staging (1.7.47) UNRELEASED; urgency=low
* Added patch to use GLX_MESA_query_renderer extension to get more exact GPU
infos.
* Added initial set of patches for multithreaded vcomp implementation.
* Added patch to avoid dereferencing NULL pointer for fonts without VDMX.
* Removed patch to implement kernel32.GetNumaProcessorNode (accepted
upstream).
* Removed patch to initialize *end with NULL on failure in msvcrt.strtod