Files
containerd/core
Tonis Tiigi 720db28741 remotes: fix possible panic from WithMediaTypeKeyPrefix
As the same instance of a map is used in context and mutated
directly, this leads to a  situation where:
- Calling WithMediaTypeKeyPrefix from parallel goroutines where
  the context was based on the same base context can trigger a panic.
- A subcontext calling WithMediaTypeKeyPrefix changes the value for
  another context when they both originate from the same base context.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-11-11 22:19:08 -08:00
..
2025-09-10 20:07:40 -07:00
2024-10-18 16:04:54 -07:00
2024-10-18 16:04:54 -07:00
2024-12-23 23:14:49 -07:00
2025-10-24 17:54:26 +00:00
2025-07-30 13:56:55 -04:00
2025-10-22 22:57:42 +08:00
2025-11-04 16:04:30 +09:00
2024-12-23 23:14:49 -07:00
2024-10-18 16:04:54 -07:00
2025-10-24 17:54:26 +00:00
2025-10-24 17:54:26 +00:00