JuliaLang / libuv

Cross-platform asynchronous I/O
http://libuv.org/
MIT License
9 stars 14 forks source link

Make libuv pass tests under MSAN #28

Closed gbaraldi closed 2 years ago

gbaraldi commented 2 years ago

This makes it so all currently passing tests also pass under libuv. There were a couple of tests where it seems it just reads uninitialized memory, so I changed to use calloc. Similar to #26 The recvmmsg unpoisoning was based on LLVMs