Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` newDesc.Annotations = nil for _, k := range addAnnotations { newDesc.Annotations[k] = desc.Annotations[k] } ``` The codes may cause buildkitd panic: assignment to entry in nil map Signed-off-by: Yan Song <[email protected]> (cherry picked from commit 39bd8c6)
- Loading branch information