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 5121 - [Patch]Use SDL_calloc instead of calloc in Wayland_CreateWindow
Summary: [Patch]Use SDL_calloc instead of calloc in Wayland_CreateWindow
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.13
Hardware: All Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-04 17:22 UTC by Mathieu Eyraud
Modified: 2020-05-04 20:19 UTC (History)
0 users

See Also:


Attachments
replace calloc by SDL_calloc (423 bytes, patch)
2020-05-04 17:22 UTC, Mathieu Eyraud
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Eyraud 2020-05-04 17:22:26 UTC
Created attachment 4330 [details]
replace calloc by SDL_calloc

'SDL_Windows::driverdata' of a Wayland window is allocated by calloc in 'Wayland_CreateWindow' but freed by SDL_free in 'Wayland_DestroyWindow'.
Comment 1 Sam Lantinga 2020-05-04 20:19:49 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/fdabcc76aaaf