You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Let's upgrade quiche as they did some important bug-fixes which fixes a possible crash
Modifications:
Update sha
Result:
Fix possible crash in quiche
At https://github.com/twall/jna/blob/master/src/com/sun/jna/NativeLibrary.java#L260
instead of:
handle = Native.open(embedded.getAbsolutePath());
it should probably be:
handle = Native.open(embedded.getAbsolutePath(), openFlags);
The text was updated successfully, but these errors were encountered: