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
Some versions of gcc produce garbage at the end of a gcno file
when recompiling a source code file after removing some lines.
This patch makes geninfo's gcno file parser more robust by assuming
end-of-file when it finds a record that extends beyond the end-of-file.
Signed-off-by: Peter Oberparleiter <[email protected]>
0 commit comments