diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-10-12 13:57:28 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-10-12 13:57:28 +0200 |
commit | ec4b020b38ce254c025f89157d318b5da31a8a5b (patch) | |
tree | e74a2aa650c2c0e37c4b028c1f54d319f5f19761 | |
parent | 79fc7a20d6ce61cc016431614585dd244ed275b8 (diff) | |
download | zsh-ec4b020b38ce254c025f89157d318b5da31a8a5b.tar.gz zsh-ec4b020b38ce254c025f89157d318b5da31a8a5b.zip |
Add lintian override for hardening-no-fortify-functions on gdbm.so, too
-rw-r--r-- | debian/zsh.lintian-overrides | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/zsh.lintian-overrides b/debian/zsh.lintian-overrides index fec7a3660..e1bdb13fe 100644 --- a/debian/zsh.lintian-overrides +++ b/debian/zsh.lintian-overrides @@ -1,4 +1,5 @@ -# Only one of many files affected -> likely a false positive +# Only two of many files affected -> likely a false positive zsh: hardening-no-fortify-functions usr/lib*/zsh/*/zsh/zleparameter.so +zsh: hardening-no-fortify-functions usr/lib/x86_64-linux-gnu/zsh/5.8/zsh/db/gdbm.so # Migration wrapper which is not meant to be used zsh: no-manual-page bin/zsh5 |