1
0
mirror of https://github.com/minio/minio.git synced 2025-01-26 06:03:17 -05:00
minio/cmd/gateway
Harshavardhana c7df1ffc6f
avoid concurrent reads and writes to opts.UserDefined ()
do not modify opts.UserDefined after object-handler
has set all the necessary values, any mutation needed
should be done on a copy of this value not directly.

As there are other pieces of code that access opts.UserDefined
concurrently this becomes challenging.

fixes 
2022-05-05 04:14:41 -07:00
..