[lsan][test] Add malloc(0) and realloc(p, 0) tests
authorFangrui Song <i@maskray.me>
Mon, 29 Mar 2021 18:41:07 +0000 (11:41 -0700)
committerFangrui Song <i@maskray.me>
Mon, 29 Mar 2021 18:41:07 +0000 (11:41 -0700)
commit59e422c90bf4796fc73237e838d8954b4e2099b1
treef4018fecdc52054774ef49da51f3f5b2cd4859df
parent9b0517035faee275ce1feabb03d0c7606ea7f819
[lsan][test] Add malloc(0) and realloc(p, 0) tests
compiler-rt/test/lsan/TestCases/malloc_zero.c [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/realloc_zero.c [new file with mode: 0644]