-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
_zstd: Fix decompression options dict error message #146579
Copy link
Copy link
Closed
Labels
3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done
Problem
In
_zstd_set_d_parameters(Modules/_zstd/decompressor.c), aTypeErrormessage refers to a "compression options dictionary" when the code validates decompression option keys.Proposed fix
Use "decompression options dictionary" in the error string.
Linked PRs