Revision e75dd479ee38907183cb940e572440411ea1c448 authored by Mosè Giordano on 18 November 2023, 11:32:51 UTC, committed by GitHub on 18 November 2023, 11:32:51 UTC
Usual memo to self:

* update version in `stdlib/nghttp2_jll/Project.toml` and
`deps/nghttp2.version`
* update test in `stdlib/nghttp2_jll/test/runtests.jl`
* refresh checksums with `make -f contrib/refresh_checksums.mk -j
nghttp2`
1 parent 959b474
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