Skip to content
Success

Changes

Summary

  1. #3693: Compile natives as C instead of C++, check malloc/calloc return values for null (commit: 8b195d1) (details)
Commit 8b195d1d2124f18f795d9d6fa8a44bb28c930361 by md_5
#3693: Compile natives as C instead of C++, check malloc/calloc return values for null
(commit: 8b195d1)
The file was removednative/src/main/c/NativeCipherImpl.cpp
The file was modifiednative/compile-native.sh (diff)
The file was modifiednative/src/main/java/net/md_5/bungee/jni/NativeCodeException.java (diff)
The file was addednative/src/main/c/shared.h
The file was removednative/src/main/c/NativeCompressImpl.cpp
The file was modifiednative/src/main/java/net/md_5/bungee/jni/zlib/NativeCompressImpl.java (diff)
The file was modifiednative/src/test/java/net/md_5/bungee/NativeZlibTest.java (diff)
The file was modifiednative/src/main/resources/native-cipher.so (diff)
The file was modifiednative/src/main/resources/native-compress.so (diff)
The file was addednative/src/main/c/NativeCipherImpl.c
The file was modifiednative/src/main/java/net/md_5/bungee/jni/zlib/NativeZlib.java (diff)
The file was addednative/src/main/c/NativeCompressImpl.c
The file was addednative/src/main/c/shared.c