-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZstdDecompressCtx: pass nativePtr directly to JNI calls
This avoids having to lookup the field and fixes a bug where the wrong fieldId was passed causing a segfault if ZstdDecompressCtx#reset() was called before ZstdCompressCtx() was used.
- Loading branch information
1 parent
73a378f
commit 1317e44
Showing
2 changed files
with
46 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters