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

Fixed StorageAccount token creation #19965

Merged
merged 1 commit into from Aug 1, 2017

Commits on Jul 28, 2017

  1. Fixed StorageAccount token creation

    The way tokens were assigned values was flawed such that only the values of 0 or 1 were possible and were assigned to multiple names.
    The problem was the return value of 'tbb::concurrent_unordered_map::insert' was mis-interpreted and the bool value which denotes if the
    item had already been inserted was used as the token value instead of the unique value assigned.
    Dr15Jones committed Jul 28, 2017
    Copy the full SHA
    45444cf View commit details
    Browse the repository at this point in the history