Ticket #47615

sdl2: First create_tech_info() 't1' assignment is a dead one

Eröffnet am: 2023-03-21 02:59 Letztes Update: 2023-03-26 17:13

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

Details

As clang analyzer reports, 't1' assignment in create_tech_info() before the while loop is a dead one. It gets overwritten on the first round of the loop. Further, the assignment might cause NULL dereference if there's no sub targets (even index 0 sub target is NULL).

Ticket-Verlauf (3/6 Historien)

2023-03-21 02:59 Aktualisiert von: cazfi
  • New Ticket "sdl2: First create_tech_info() 't1' assignment is a dead one" created
2023-03-21 03:16 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
Kommentar

Attached even S2_6 patch, handling also sdl-client

2023-03-26 17:13 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden