mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-02-16 11:40:55 +01:00
[peerindex/peerindex.c] Out of range peer indexes do count as errors
This commit is contained in:
parent
4239f2168d
commit
42ff863599
@ -233,6 +233,7 @@ static void Peerindex_MarkPeerRefs(void)
|
||||
Uint16 idx = beswap16(rib->peerIndex);
|
||||
if (idx >= S.npeers) {
|
||||
Peerindex_Warning("CORRUPT MRT RECORD: Peer index '%u' is out of range", (unsigned) idx);
|
||||
S.nerrors++;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user