[Merge] lp:~3v1n0/compiz/static-compregion-memory-curruption-fix into lp:compiz
Marco Trevisan (TreviƱo)
mail at 3v1n0.net
Wed Feb 21 14:43:15 UTC 2018
The proposal to merge lp:~3v1n0/compiz/static-compregion-memory-curruption-fix into lp:compiz has been updated.
Commit Message changed to:
Region: define static const functions returning infinite and empty regions
As per https://gcc.gnu.org/ml/gcc-help/2010-10/msg00255.html we can't define some
static variables as extern and link them statically inside objects.
Otherwise these might be redefined multiple times, allocated mutiple times and
destroyed, again, multiple times causing memory errors.
For more details, see:
https://code.launchpad.net/~3v1n0/compiz/static-compregion-memory-curruption-fix/+merge/338342
--
Your team Compiz Maintainers is subscribed to branch lp:compiz.
More information about the Ubuntu-reviews
mailing list