Ticket #48687

sdl2: helpdlg.c NULL advance_label

Eröffnet am: 2023-09-21 18:49 Letztes Update: 2024-02-14 05:21

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

Details

S3_1, clang analyzer:

../../../../src/client/gui-sdl2/helpdlg.c:2079:23: warning: Access to field 'next' results in a dereference of a null pointer (loaded from variable
'advance_label') [core.NullDereference]
      advance_label = advance_label->next;

Ticket-Verlauf (3/11 Historien)

2023-09-21 18:49 Aktualisiert von: cazfi
  • New Ticket "sdl2: helpdlg.c NULL advance_label" created
2023-09-21 18:57 Aktualisiert von: cazfi
  • Details Updated
2024-02-08 04:48 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 3.1.0 (closed)
Kommentar

Patch also for S2_6 (but not for S3_0)

2024-02-08 05:02 Aktualisiert von: cazfi
Kommentar

- Fixed advance-off-by-one error

2024-02-14 05:21 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