| Summary: | Crash with UWP MessageBox | ||
|---|---|---|---|
| Product: | SDL | Reporter: | moemod <824395314> |
| Component: | video | Assignee: | David Ludwig <dll> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.12 | Keywords: | target-2.0.14 |
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
|
Description
moemod
2020-06-19 12:05:16 UTC
I believe (but have not tested) that this is fixed in https://hg.libsdl.org/SDL/rev/8e63abf94443 It looks like we accidentally cast a pointer to an int, which chops off the top half on 64-bit platforms, so we cast it to a size_t instead, now. --ryan. |