Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/identity: protect LabelsSHA256 against concurrent initializations #11872

Merged
merged 1 commit into from Jun 4, 2020

Commits on Jun 3, 2020

  1. pkg/identity: protect LabelsSHA256 against concurrent initializations

    LabelsSHA256 can be protected with a sync.Once and it makes sure this
    field is only initialized once.
    
    Fixes: a77ba96 ("create identity package")
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Jun 3, 2020
    Copy the full SHA
    3958c70 View commit details
    Browse the repository at this point in the history