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
lcov: fix bug when converting function data in --diff operation
When a patch is applied to a tracefile using command line option --diff
and the patch changes the list of functions, the operation aborts with
the following error:
lcov: Use of freed value in iteration at lcov line 3718.
Fix by applying missing calls to keys() when iterating function data
hashes. Reported by [email protected].
0 commit comments