onnxruntime/java/src/main
Changming Sun d9436407b6
Use safe allocator for JNI code (#13999)
### Description
Use a customized allocarray function to replace the original malloc
calls to avoid integer overflow.

### Motivation and Context
Fix Prefast warnings. 

Fixed
[AB#8990](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/8990)
Fixed
[AB#8991](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/8991)
Fixed
[AB#9016](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/9016)
2023-03-08 11:40:55 -08:00
..
java/ai/onnxruntime [Java] Initial on device training support (#14027) 2023-03-08 10:01:08 -08:00
native Use safe allocator for JNI code (#13999) 2023-03-08 11:40:55 -08:00
AndroidManifest.xml Make Java API available on Android (#3030) 2020-02-27 08:23:50 -08:00