| Summary: | Incomplete fix for CVE-2017-2888 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Felix Geyer <debfx> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Felix Geyer
2017-10-16 19:32:58 UTC
Naive question: does making size volatile help with it? (In reply to Ozkan Sezer from comment #1) > Naive question: does making size volatile help with it? Yes. It's quite a big hammer, but will avoid the unwanted optimization. Fixed, thanks! https://hg.libsdl.org/SDL/rev/81a4950907a0 This will be in for 2.0.7 release. |