Dimitry Andric d149877758 Fix possibly unitialized variables in __cxa_demangle_gnu3()
After 0ee0dbfb0d26cf4bc37f24f12e76c7f532b0f368 where I imported a more
recent libcxxrt snapshot, the variables 'rtn' and 'has_ret' could in
some cases be used while still uninitialized. Most obviously this would
lead to a jemalloc complaint about a bad free(), aborting the program.

Fix this by initializing a bunch variables in their declarations. This
change has also been sent upstream, with some additional changes to be
used in their testing framework.

PR:		253226
MFC after:	3 days
2021-02-22 21:01:09 +01:00
..
2021-02-17 23:02:01 +01:00
2021-02-10 22:03:22 -08:00
2020-12-10 10:58:30 +00:00
2020-03-29 02:40:03 +00:00
2020-10-24 15:58:42 +00:00
2019-12-21 21:05:53 +00:00
2020-01-25 21:16:45 +00:00
2021-01-13 23:56:18 -06:00
2020-10-24 17:08:59 +00:00
2020-02-19 17:09:08 +00:00
2020-07-10 19:58:07 +00:00
2020-06-24 01:51:05 +00:00
2020-06-17 10:42:20 +00:00
2019-11-20 23:56:20 +00:00
2021-01-12 00:56:35 +02:00
2021-01-25 20:24:44 -08:00
2020-06-22 07:46:24 +00:00
2021-01-02 21:03:28 +02:00
2020-06-17 11:57:48 +00:00
2021-02-18 19:10:33 +01:00