Skip to content

Commit

Permalink
add valgrind suppression from bad getline_fd input test
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed Jan 31, 2025
1 parent 9a5b12c commit fb988b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/unit/googletest/valgrind.suppressions
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
{
<insert_a_suppression_name_here>
Memcheck:FishyValue
malloc(size)
fun:malloc
fun:getline_fd
fun:_ZN15getline_fd_Test8TestBodyEv
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
fun:_ZN7testing9TestSuite3RunEv
fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing8UnitTest3RunEv
fun:_Z13RUN_ALL_TESTSv
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:FishyValue
Expand Down

0 comments on commit fb988b2

Please sign in to comment.