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

Fix TSan report in Kerberos #48579

Merged
merged 1 commit into from
Apr 10, 2023
Merged

Fix TSan report in Kerberos #48579

merged 1 commit into from
Apr 10, 2023

Conversation

alexey-milovidov
Copy link
Member

@alexey-milovidov alexey-milovidov commented Apr 10, 2023

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

This closes #48415

prof_int.h:

/*
 * This is the structure which stores the profile information for a
 * particular configuration file.
 *
 * Locking strategy:
 * - filespec, fslen are fixed after creation
 * - refcount and next should only be tweaked with the global lock held
 * - other fields can be tweaked after grabbing the in-struct lock
 */
struct _prf_data_t {

@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added pr-not-for-changelog This PR should not be mentioned in the changelog submodule changed At least one submodule changed in this PR. labels Apr 10, 2023
@alexey-milovidov alexey-milovidov self-assigned this Apr 10, 2023
@alexey-milovidov alexey-milovidov merged commit 438cd4a into master Apr 10, 2023
137 checks passed
@alexey-milovidov alexey-milovidov deleted the kerberos-fix-tsan branch April 10, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog submodule changed At least one submodule changed in this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thread sanitizer assertion in contrib/krb5/src/util/profile/prof_file.c:219:25
2 participants