================ Comment at: test/Analysis/malloc-overflow.c:118 @@ +117,3 @@ + return malloc(n * 0 * sizeof(int)); // no-warning +} + ---------------- This warning is valid. I'll update the test case. I only intended to ignore static analyzer warning related to memory leak. Thanks for the review.
http://reviews.llvm.org/D9924 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
