krytarowski added a comment. In https://reviews.llvm.org/D41054#955755, @joerg wrote:
> I'm not really a fan of linking libutil into all binaries. Why is this code > using forkpty in first place and not posix_openpt/grantpt? pid_t forkpty(int *amaster, char *name, struct termios *term, struct winsize *winp); We need to teach sanitizers how to mark as initialized structs passed to this function. Sanitizers are for development only, so it's the trade-off of linking with additional libraries. Repository: rL LLVM https://reviews.llvm.org/D41054 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits