💾 Archived View for gmi.noulin.net › gitRepositories › blockFile › file › valgrindSuppressions.cfg.g… captured on 2023-01-29 at 13:21:24. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

blockFile

Log

Files

Refs

LICENSE

valgrindSuppressions.cfg (329B)

     1 {
     2    <insert_a_suppression_name_here>
     3    Memcheck:Param
     4    write(buf)
     5    obj:/lib/x86_64-linux-gnu/libc-2.24.so
     6    fun:_IO_file_write@@GLIBC_2.2.5
     7    fun:new_do_write
     8    fun:_IO_do_write@@GLIBC_2.2.5
     9    fun:_IO_file_close_it@@GLIBC_2.2.5
    10    fun:fclose@@GLIBC_2.2.5
    11    fun:writeFile
    12    fun:openBlockFile
    13    fun:addT
    14    fun:main
    15 }