Ticket #48377

Qt: help_widget::uclass_max_values() not initializing convert_time

Eröffnet am: 2023-07-10 10:43 Letztes Update: 2023-07-15 13:46

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

Details

S3_1, clang-16 analyzer:

../../../../src/client/gui-qt/helpdlg.cpp:1684:7: warning: The left operand of '>' is a garbage value [core.UndefinedBinaryOperatorResult]
      SET_MAX(convert_time);
      ^~~~~~~~~~~~~~~~~~~~~
../../../../src/client/gui-qt/helpdlg.cpp:1679:23: note: expanded from macro 'SET_MAX'
      max->v = max->v > utype->v ? max->v : utype->v

Ticket-Verlauf (3/4 Historien)

2023-07-10 10:43 Aktualisiert von: cazfi
  • New Ticket "Qt: help_widget::uclass_max_values() not initializing convert_time" created
2023-07-10 12:36 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 3.0.9 (closed)
Kommentar

Patch for all branches, including S2_6, attached.

2023-07-15 13:46 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