Skip to content

Commit

Permalink
valgrind: widen ev_run suppression for 386
Browse files Browse the repository at this point in the history
libev sometimes calls ev_run at least once recursively on 386, bringing
back the invalid read from issue flux-framework#1897, allow extra frames under ev_run.
  • Loading branch information
trws committed Aug 7, 2023
1 parent 98beba8 commit 0989e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/valgrind/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
{
<issue_1897>
Memcheck:Addr1
...
fun:ev_run
fun:flux_reactor_run
...
Expand Down

0 comments on commit 0989e1e

Please sign in to comment.