We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: stderred-git v1.0.r49.g97a51c9-1 Kernel: 6.12.6-zen1-1-zen OS: Arch
stderred-git v1.0.r49.g97a51c9-1
6.12.6-zen1-1-zen
Related issues: #85
Unload everything:
unset LD_PRELOAD unset STDERRED_ESC_CODE unset STDERRED_BLACKLIST gpg --list-keys
GPG works as expected.
Next set STDERRED_BLACKLIST
STDERRED_BLACKLIST
export STDERRED_BLACKLIST="^(app)$" export LD_PRELOAD="/usr/lib/libstderred.so" gpg --list-keys
The stack gets smashed:
*** stack smashing detected ***: terminated zsh: IOT instruction (core dumped) gpg --list-keys
Finally unset STDERRED_BLACKLIST but keep libstderred.so
libstderred.so
unset STDERRED_BLACKLIST gpg --list-keys
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
stderred-git v1.0.r49.g97a51c9-1
Kernel:
6.12.6-zen1-1-zen
OS: Arch
Related issues: #85
Unload everything:
GPG works as expected.
Next set
STDERRED_BLACKLIST
The stack gets smashed:
Finally unset
STDERRED_BLACKLIST
but keeplibstderred.so
unset STDERRED_BLACKLIST gpg --list-keys
GPG works as expected.
The text was updated successfully, but these errors were encountered: