We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5541

Summary: SDL_string.c uses intptr_t, which may actually be undefined.
Product: SDL Reporter: vladius <vturbanov>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows 10   

Description vladius 2021-02-09 13:57:14 UTC
The module's code may use intptr_t, which may actually be undefined in case LIBC is not available.
uintptr_t seems to be more assured. Maybe use that type instead?