Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8995 from bradcray/localize-default-hash
Use on-clause to compute defaultHash on locale owning string [reviewed by @mppf and @ronawho ] This simple change seems to address the problem in issue #8990 by using an on-clause to ensure that defaultHash is computed on the same locale where a string is allocated. This leads me to wonder what we could do to guard against such accidental "remote meddling in string buffer data" mistakes in the future (e.g., use a getter/setter for the internal data that contains locality assertions when --checks are on?) Fixes #8990.
- Loading branch information