Files
mattermost/services
Agniva De Sarker 6a56af2a14 MM-30863: Fix race in LRU (#16382)
* MM-30863: Fix race in LRU

After shortening the critical section, we missed out the fact
that the byte slice is still accessible after the element is returned.
So the lock needs to be active until the byte slice is fully read and
unmarshaled

https://mattermost.atlassian.net/browse/MM-30863

```release-note
NONE
```

* incorporate suggestions

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2020-11-26 20:24:23 +05:30
..
2020-11-26 20:24:23 +05:30
2020-10-26 15:11:27 +05:30
2020-10-26 15:11:27 +05:30
2020-10-26 15:11:27 +05:30