From 1fae5a6800b07d0a8225664ac65a628bbe98cae7 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 14 Oct 2015 16:58:41 +0100 Subject: [BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0 _dl_tlsdesc_resolve_hold calls into a C function that clobbers r0, but it assumes the original argument is still in r0 after the call. This can cause crash in case of concurrent TLS access when TLSDESC is in use (-mtls-dialect=gnu2). Run into this while fixing BZ 18572. Both r0 and r1 are saved/restored so the stack remains 8 byte aligned. [BZ #19129] * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore r0 and r1. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ed468ce7a6..fd33e079f6 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,7 @@ Version 2.23 18966, 18967, 18969, 18970, 18977, 18980, 18981, 18985, 19003, 19007, 19012, 19016, 19018, 19032, 19046, 19049, 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094, 19095, 19124, - 19125 + 19125, 19129 * The obsolete header has been removed. Programs that require this header must be updated to use instead. -- cgit v1.2.3-70-g09d2