-
The pattern that the [documentation](https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++#tldr-what-compiler-options-should-i-use) for `_FORTIFY_SOURCE` e…
-
I believe
```
if (USE_HARDENING OR NOT MINGW)
# MinGW with _FORTIFY_SOURCE and without -fstack-protector
# causes unsatisfied dependency on libssp.
# https://github.com/msys2/MINGW-package…
Viech updated
2 weeks ago
-
Wireshark recently had an MR at https://gitlab.com/wireshark/wireshark/-/merge_requests/16860 that did `-D_FORTIFY_SOURCE=3 -U_FORTIFY_SOURCE`, possibly with the intent being to sort the options alpha…
-
Hello, I found spaln crashing on this command, when -D_FORTIFY_SOURCE=3 is used during build
345s autopkgtest [20:14:46]: test run-unit-test: [-----------------------
346s Gd:187913 No:71174 My:30…
-
I (and others) have been successfully building/running epics-base with `-D_FORTIFY_SOURCE=2` for some time now. However, enabling `-D_FORTIFY_SOURCE=3` triggers (at least) a fault in `dbAllocRecord()…
-
With latest glibc snapshot (which is available in Fedora) when build is performed with `-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3` in $CFLAGS some warnings are turned into errors.
Build fails with…
-
### xrdp version
0.10.1
### Detailed xrdp version, build options
~~~
xrdp 0.10.1
A Remote Desktop Protocol Server.
Copyright (C) 2004-2024 Jay Sorg, Neutrino Labs, and all contributors.
S…
-
Hello,
the prebuilt binary fails because the version of libmysqlclient-dev you use is outdated. It's not possible to get on debian it seems.
I get
> spar: /lib/x86_64-linux-gnu/libmysqlclient.so.2…
-
### Problem Description
I've been running into a few issues with LTO on Linux now that SVT-AV1 enables it by default. Due to the long linking times with gcc, I switched to clang in order to use Thi…
-
Build fail on openSUSE Tumbleweed with `initialization of ‘off_t’ {aka ‘long int’} from ‘id’ makes integer from pointer without a cast [-Wint-conversion]` likely because of gcc 14 enabling more flags …