|
|
Subscribe / Log in / New account

A GCC -fstack-protector vulnerability on arm64

A GCC -fstack-protector vulnerability on arm64

Posted Sep 13, 2023 8:47 UTC (Wed) by ballombe (subscriber, #9523)
In reply to: A GCC -fstack-protector vulnerability on arm64 by Vipketsh
Parent article: A GCC -fstack-protector vulnerability on arm64

Furthermore the default stacksize is 8MB, which was huge 20 years ago but nowadays is really small for data storage.

(An even longer time, before Linux existed, I tried to copy the screen 32k bytes frame buffer in the C stack. It did not end well.)

Stacks are quite useful data structure, but one should use a separate stack for data with a much larger hard limit.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds