Skip to content

Fix uninitializeed RMConfigIterator::is_glob causing MSan warnings#14171

Merged
minchopaskal merged 1 commit intoredis:unstablefrom
minchopaskal:fix-config-access-module-api
Jul 4, 2025
Merged

Fix uninitializeed RMConfigIterator::is_glob causing MSan warnings#14171
minchopaskal merged 1 commit intoredis:unstablefrom
minchopaskal:fix-config-access-module-api

Conversation

@minchopaskal
Copy link
Collaborator

Recent PR causes MSan to fail during daily CI with uninitialized value warning.
It is not a bug per se as the uninitialized member is dependent on another member not being NULL.
With this PR now MSan does not complain.

@snyk-io
Copy link

snyk-io bot commented Jul 4, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@minchopaskal minchopaskal requested a review from sundb July 4, 2025 08:47
@minchopaskal minchopaskal merged commit eb9337a into redis:unstable Jul 4, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants