Fix GH-46: gnupg_decrypt() segfault when password callback uid hint not supplied (#51)

This commit is contained in:
Jakub Zelenka 2025-03-18 17:47:27 +01:00 committed by GitHub
parent 473cfc78f7
commit 312655c7ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 179 additions and 3 deletions

View file

@ -5,6 +5,7 @@ List of all features for the release
## X.Y.Z
- The deletekey `allow_secret` made optional again
- Fixed GH-37: `gnupg_decrypt()` returns false when decrypting an encrypted empty string
- Fixed GH-46: `gnupg_decrypt()` segfaults when password callback user ID hint is not supplied
## 1.5.1
- Fixed compilation with PHP 8.1