• Stephan Bergmann's avatar
    fdo#70090: Avoid race in copy vs. modification of aRetval Sequence · 57d9c96d
    Stephan Bergmann yazdı
    If, in the original code, aRetval[0] was computed before calling
    new MaskPrmitive2D (as apparently happens with Clang), no COW-copy of aRetval's
    internals was created (as the refcount was still 1), so MaskPrimitive2D's
    maChildren would share the Sequence internals with aRetval, so would end up
    having itself as its children after the assignment.
    
    Change-Id: I145ca429fdfae2ea555b8c754b407a81b989d45b
    57d9c96d
Adı
Son kayıt (commit)
Son güncelleme
..
animation Loading commit data...
attribute Loading commit data...
drawinglayeruno Loading commit data...
dumper Loading commit data...
geometry Loading commit data...
primitive2d Loading commit data...
primitive3d Loading commit data...
processor2d Loading commit data...
processor3d Loading commit data...
texture Loading commit data...
tools Loading commit data...