Ticket #47900

cargo_iter_next() uses -1 array index

Eröffnet am: 2023-04-22 19:29 Letztes Update: 2023-05-05 21:44

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
2

Details

Reported by alain_bkr in https://osdn.net/projects/freeciv/ticket/47748#comment:12505:47748:1681095349 :

> ../../common/unit.c:2475:13: runtime error: index -1 out of bounds for type 'const struct unit_list_link *[5]'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../../common/unit.c:2475:13 in

This was with S3_1.

Ticket-Verlauf (3/8 Historien)

2023-04-22 19:29 Aktualisiert von: cazfi
  • New Ticket "cargo_iter_next() uses -1 array index" created
2023-04-22 19:45 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 3.0.8 (closed)
Kommentar

The difference between attached patches is that main / S3_2 one adds an assert that more stable branches patch does not.

2023-04-23 02:57 Aktualisiert von: cazfi
Kommentar

S3_1/S3_0 patch also for S2_6.

2023-04-23 03:52 Aktualisiert von: cazfi
Kommentar

Likely duplicate -> #47661

2023-04-26 11:52 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt
2023-05-05 21:44 Aktualisiert von: alain_bkr
Kommentar

this does not fix the problem

#47982 has the complete fix

(Edited, 2023-05-05 21:46 Aktualisiert von: alain_bkr)

Bearbeiten

Please login to add comment to this ticket » Anmelden