aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc11/files/patch-libsanitizer_sanitizer__common_sanitizer__linux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lang/gcc11: Remove expired portRene Ladan11 days1-61/+0
| | | | | | 2025-07-19 lang/gcc11: End-of-life upstream since mid 2024, newer versions available Event: EuroBSDCon 2025 devsummit
* lang/gcc11: Re-execute program with ASLR disabled when necessaryLorenzo Salvadore2022-12-031-0/+61
Software compiled with -fsanitize=address needs ASLR to be disabled to run successfully. Add patches taken from the commits listed below that improve ASLR detection and re-execute the program with ASLR disabled if necessary. https://cgit.freebsd.org/src/commit/?id=7cafe89f9ce33effe6e471b185339d413da1ca46 https://cgit.freebsd.org/src/commit/?id=930a7c2ac67e1e8e511aa1d0a31a16c632060ebb https://cgit.freebsd.org/src/commit/?id=96fe7c8ab0f65cf829619abd74ae6c126b21e15f PR: 267751