Skip to content
  • Harshavardhana's avatar
    avoid concurrent reads and writes to opts.UserDefined (#14862) · c7df1ffc
    Harshavardhana authored
    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 #14856
    c7df1ffc