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
When looking for the build ID we only verify that the notes are of type NT_GNU_BUILD_ID. There could be notes with that type that aren't GNU notes as unlikely as it may be, so we should also check that the note name is "GNU".
The text was updated successfully, but these errors were encountered:
When looking for the build ID we only verify that the notes are of type NT_GNU_BUILD_ID. There could be notes with that type that aren't GNU notes as unlikely as it may be, so we should also check that the note name is
"GNU"
.The text was updated successfully, but these errors were encountered: