mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
For active builds these records get stored in the memory and marshalled on user request. This leads to possibility that the original record may be updated while the marshalling is happening, leading to a crash. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>