• 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
..
inc/pch Loading commit data...
source Loading commit data...
Library_drawinglayer.mk Loading commit data...
Makefile Loading commit data...
Module_drawinglayer.mk Loading commit data...
README Loading commit data...
drawinglayer.component Loading commit data...