On 12/17/2015 06:17 AM, Bernd Schmidt wrote:
On 12/17/2015 12:17 AM, Bernd Edlinger wrote:
this is just an idea, how to avoid use of malloc in unwind-ia64.c.
[...]
What do you think?

Not worth worrying about IMO. I think ia64 is dead and best left to rest
in maintenance mode.
Agreed. And in general using alloca is a problem waiting to happen unless you can prove there's no way to blow out the stack. I can't count the number of problems of that nature we've fixed in glibc over the last 5 years when the hackers realized that was a great attack vector.

jeff

Reply via email to