1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 17:12:31 -05:00
minio/cmd/gateway
Harshavardhana 9ca7470ccc
Avoid using jsoniter, move to fastjson ()
This is to avoid using unsafe.Pointer type
code dependency for MinIO, this causes
crashes on ARM64 platforms

Refer  collection of runtime crashes due
to unsafe.Pointer usage incorrectly. We have
seen issues like this before when using
jsoniter library in the past.

This PR hopes to fix this using fastjson
2019-08-19 08:35:52 -10:00
..
2019-04-17 09:52:08 -07:00