SIGN IN SIGN UP

Disable getc_unlocked() with MemorySanitizer. (GH-10499)

clang's MemorySanitizer understand getc() but does not understand
getc_unlocked().  Workaround: Don't use it on msan builds.
G
Gregory P. Smith committed
e6c77d8301ec1703abb755a7d3ce5bd8c999c082
Parent: 2c07c49
Committed by GitHub <noreply@github.com> on 11/13/2018, 3:47:13 AM