Ticket #45538

gtk2 themes.c clang analyzer warning

Eröffnet am: 2022-09-01 00:50 Letztes Update: 2022-09-04 18:38

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

Details

There's one clang analyzer warning on S3_0 in gtk2-client only (not other gtk-clients).

It assumes that f in 'fi' in load_default_files() can be NULL. Looks like false positive to me - likely caused by the fact that 'num_default_files' is not a local variable, and the analyzer is worried about it changing outside the function.

Ticket-Verlauf (3/4 Historien)

2022-09-01 00:50 Aktualisiert von: cazfi
  • New Ticket "gtk2 themes.c clang analyzer warning" created
2022-09-01 01:01 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
2022-09-04 18:38 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