Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lang/gcc11: Remove expired port | Rene Ladan | 11 days | 1 | -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 necessary | Lorenzo Salvadore | 2022-12-03 | 1 | -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 |