msan_test.cc | 3591 struct group *grpres; local in function:TEST 3593 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); 3596 ASSERT_NE(nullptr, grpres); 3601 EXPECT_NOT_POISONED(grpres); 3670 struct group *grpres; local in function:TEST 3673 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); 3679 EXPECT_NOT_POISONED(grpres); 3686 struct group *grpres; local in function:TEST 3689 int res = fgetgrent_r(fp, &grp, buf, sizeof(buf), &grpres); 3695 EXPECT_NOT_POISONED(grpres); [all...] |