[all-commits] [llvm/llvm-project] d1fe5c: [ASAN][DARWIN] Remove getpwnam(NULL) test for unde...
thetruestblue via All-commits
all-commits at lists.llvm.org
Fri Sep 9 08:54:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1fe5cf5224ee1ee0498533f5a299e3b49bcde45
https://github.com/llvm/llvm-project/commit/d1fe5cf5224ee1ee0498533f5a299e3b49bcde45
Author: Blue Gaston <bgaston2 at apple.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
R compiler-rt/test/asan/TestCases/Darwin/getpwnam.c
Log Message:
-----------
[ASAN][DARWIN] Remove getpwnam(NULL) test for undefined behavior
Reverting a patch that was added to test for getpwnam(NULL) -- it was noted at the time the behavior might have been a bug, however the patch was added for binary compatibility. Because of the change in the expected behavior, we are reverting this commit, as the test added is no longer passing.
Update: Rather than reverting the original commit, updating this to only remove the unnecessary test.
Original Patch: https://reviews.llvm.org/D40052
rdar://98592334
More information about the All-commits
mailing list