Activity log for bug #1966334

Date Who What changed Old value New value Message
2022-03-24 20:49:00 Aidan Foster bug added bug
2022-03-24 20:52:55 Aidan Foster description A new fix has been merged into the libglvnd repo at https://gitlab.freedesktop.org/glvnd/libglvnd This change fixes an issue where if eglReleaseThread gets externally called after the EGL destructor, a double free occurs due to some values that eglReleaseThread checks not getting set to null in the destructor. Can this make it into the libs in 20.04 LTS? Source package where the issue is encountered: https://launchpad.net/ubuntu/+source/libglvnd/1.3.2-1~ubuntu0.20.04.2 A new fix has been merged into the libglvnd repo at https://gitlab.freedesktop.org/glvnd/libglvnd This change fixes an issue where if eglReleaseThread gets externally called after the EGL destructor, a double free occurs due to the threadState that eglReleaseThread checks is not null being not null despite being freed by the destuctor. The change makes the threadState null in the destructor to fix this. Can this make it into the libs in 20.04 LTS? Source package where the issue is encountered: https://launchpad.net/ubuntu/+source/libglvnd/1.3.2-1~ubuntu0.20.04.2
2022-03-25 04:24:19 Launchpad Janitor libglvnd (Ubuntu): status New Confirmed
2022-03-30 07:43:14 Sebastien Bacher libglvnd (Ubuntu): importance Undecided Low