Re: [OpenWrt-Devel] [PATCH 1/1] toolchain: remove gcc libssp and use libc variant

2020-06-05 Thread Rosen Penev
On Mon, May 25, 2020 at 7:20 PM Ian Cooper wrote: > > Removes the standalone implementation of stack smashing protection > in gcc's libssp in favour of the native implementation in musl, > glibc and uClibc and introduces a uniform configuration interface. > > This also makes kernel-level stack sma

[OpenWrt-Devel] [PATCH 1/1] toolchain: remove gcc libssp and use libc variant

2020-05-25 Thread Ian Cooper
Removes the standalone implementation of stack smashing protection in gcc's libssp in favour of the native implementation in musl, glibc and uClibc and introduces a uniform configuration interface. This also makes kernel-level stack smashing protection available for builds using non-musl libc (sub