gimli-rs/gimli

evaluator doesn't pass max_iterations when computing the frame base

Open

#166 opened on Dec 13, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (130 forks)github user discovery
bugeasyhelp wanted

Repository metrics

Stars
 (990 stars)
PR merge metrics
 (PR metrics pending)

Description

If the caller sets the maximum number of iterations to allow, then when computing the frame base, this value should be passed in. Otherwise it seems that it might be possible to use this to circumvent the limiting step.

Contributor guide