diff options
Diffstat (limited to 'changes/bug14821')
-rw-r--r-- | changes/bug14821 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14821 b/changes/bug14821 new file mode 100644 index 0000000000..e9ccc2fd1b --- /dev/null +++ b/changes/bug14821 @@ -0,0 +1,4 @@ + o Major bugfixes (compilation): + - Repair hardened builds under the clang compiler. Previously, + our use of _FORTIFY_SOURCE would conflict with clang's address + sanitizer. Fixes bug 14821; bugfix on 0.2.5.4-alpha. |