You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about that, turns out the limiter in the http package tries to add 1 to the limit we specify and it ends up indexing an slice with a negative number.
I'm still tracking down why the existing tests didn't catch this, but I verified by hand that the linked fixes handles all the cases (negative, 0, positive but causing the request to hit the limit, large positive).
Host operating system
blackbox_exporter version: output of
blackbox_exporter --version
master
with the merged PR #836What is the blackbox.yml module config.
Docker-compose service config.
What did you do that produced an error?
Container is crashed on docker start with the panic.
If
body_size_limit
is set, than service starts without a crash.What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: