diff options
| author | Carl Dong <[email protected]> | 2020-03-11 11:20:48 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2020-03-11 16:16:31 -0400 |
| commit | 0ae42a16c766a7ecb8711bfad6f22b8581ea0258 (patch) | |
| tree | 9869e801d7cafd7b7eecf602bfffede71705ecdc /src/httpserver.cpp | |
| parent | Merge #18319: fuzz: Add missing ECC_Start to key_io test (diff) | |
| download | discoin-0ae42a16c766a7ecb8711bfad6f22b8581ea0258.tar.xz discoin-0ae42a16c766a7ecb8711bfad6f22b8581ea0258.zip | |
guix: Remove now-unnecessary gcc make flag
Previously, Guix would produce a gcc which did not know to use the SSP
function from glibc, and required a gcc make flag for it to do so, in my
attempt to fix it upstream I realized that this is no longer the case.
This can be verified by performing a Guix build and doing
readelf -s ... | grep __stack_chk
to check that symbols are coming from glibc, and doing
readelf -d ... | grep NEEDED | grep ssp
to see that libssp.so is not being depended on
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions