Skip to content

bpo-35214: Disable getc_unlocked() with MemorySanitizer.#10499

Merged
gpshead merged 1 commit intopython:masterfrom
gpshead:msan-vs-getc_unlocked
Nov 13, 2018
Merged

bpo-35214: Disable getc_unlocked() with MemorySanitizer.#10499
gpshead merged 1 commit intopython:masterfrom
gpshead:msan-vs-getc_unlocked

Conversation

@gpshead
Copy link
Member

@gpshead gpshead commented Nov 13, 2018

clang's MemorySanitizer understand getc() but does not understand
getc_unlocked(). Workaround: Don't use it on msan builds.

https://bugs.python.org/issue35214

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants