[PATCH] D20280: [asan] Don't raise false alarm to recv/recvfrom when MSG_TRUNC is present.
    Kostya Serebryany via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 16 10:34:15 PDT 2016
    
    
  
kcc added a comment.
Code change LG, please move the test to the common dir.
================
Comment at: test/asan/TestCases/Linux/recv_msg_trunc.cc:1
@@ +1,2 @@
+// Test that ASan doesn't perform false alarm when MSG_TRUNC is present.
+//
----------------
Can you move this test to test/sanitizer_common/TestCases/Linux ? 
And please verify that it fails there w/o your fix. 
Repository:
  rL LLVM
http://reviews.llvm.org/D20280
    
    
More information about the llvm-commits
mailing list