summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/CHANGELOG.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-05-18 21:56:36 +0200
committerStefan Kreutz <mail@skreutz.com>2023-05-18 21:56:36 +0200
commitbe6e70ffde1ef213166b19330cf9418f9bad2f3b (patch)
tree50b41659573041fae9c135858417ee8989df505d /wpa-psk-cli/CHANGELOG.md
parent49f0bc6c310751b11cf72e893858ca19e9a2e9a4 (diff)
downloadwpa-psk-be6e70ffde1ef213166b19330cf9418f9bad2f3b.tar
Use clap without wrap_help feature
With the wrap_help feature, clap tries to determine the terminal width using the terminal-size crate. This involves access to the temporary directory, violating the stdio pledge on OpenBSD and thus aborting the process. This commit disables clap's wrap_help feature to keep the simple stdio pledge. Another solution could to pledge stdio and tmppath.
Diffstat (limited to 'wpa-psk-cli/CHANGELOG.md')
-rw-r--r--wpa-psk-cli/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index 1143585..54ff7ad 100644
--- a/wpa-psk-cli/CHANGELOG.md
+++ b/wpa-psk-cli/CHANGELOG.md
@@ -10,6 +10,10 @@ The format is based on [Keep A Changelog][] and this project adheres to
## Unreleased
+### Fixed
+
+- Abort on OpenBSD when printing help.
+
## [0.1.3] - 2023-05-14
### Changed
Generated by cgit. See skreutz.com for my tech blog and contact information.