minio/cmd/jwt
Harshavardhana 680e493065
fix a crash in base64 buffer pool (#8925)
looks like 1024 buffer size is not enough in
all situations, use 8192 instead which
can satisfy all the rare situations that
may arise in base64 decoding.
2020-02-03 08:42:32 +05:30
..
parser.go fix a crash in base64 buffer pool (#8925) 2020-02-03 08:42:32 +05:30
parser_test.go