cool, then I think this is good to go.
Since I passed in the lib
object, it's picking up the version from the dep_randrproto
object that was passed into the library()
call, so the genera...
Do you need the version on randrproto?
requires: ['xproto', f'randrproto >= @randrext_version@'],
As it turned out, the culprit really was a one pixel overlap in the screen layout....
For the record, this was originally submitted as a potential security bug, but I did not see a direct exploit path from the bad free()
even if this...
-
17581a13 · XRRGetMonitors(): free correct pointer in error path
Looks good to me.