Revision 08bda040b76603878c56a3eb42d6afa3fe74cb7d authored by Valentin Churavy on 15 June 2023, 22:41:38 UTC, committed by Kristoffer on 26 June 2023, 07:43:44 UTC
(cherry picked from commit 432f300eea6bd65d4575fe9ae0969e6ebbc208c7)
1 parent 461d17d
Raw File
valgrind-julia.supp
# https://github.com/JuliaLang/julia/issues/4533
{
   msync unwind
   Memcheck:Param
   write(buf)
   ...
   fun:validate_mem
   ...
   fun:rec_backtrace
}
back to top