[PATCHv4] powerpc: Fix write-after-destroy in lock elision
Andreas Schwab
schwab@linux-m68k.org
Wed Jan 11 16:41:00 GMT 2017
On Jan 11 2017, "Ulrich Weigand" <uweigand@de.ibm.com> wrote:
> Tulio Magno Quites Machado Filho wrote:
>
>> + /* Update adapt_count in the critical section to prevent a
>> + write-after-destroy error as mentioned in BZ 20822. The
>> + following update of adapt_count has to be contained within
>> + the critical region of the fall-back lock in order to not violate
>> + the mutex destruction requirements. */
>> + short __tmp = atomic_load_relaxed (adapt_count);
>> + if (__tmp > 0)
>> + atomic_store_relaxed (adapt_count, __tmp--);
>
> Doesn't this have to be --__tmp to have any effect?
It should be just __tmp - 1.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list