1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
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
..