Ticket #44833

gtk: popup_add_menu() calls qsort(NULL... )

Eröffnet am: 2022-06-15 01:55 Letztes Update: 2022-07-17 06:03

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

Details

gtk3.22 diplodlg.c:popup_add_menu() sets city_list_ptrs to NULL if giver has no cities at all. Regardless, later there's qsort(city_list_ptrs...) call.

Ticket-Verlauf (3/7 Historien)

2022-06-15 01:55 Aktualisiert von: cazfi
  • New Ticket "gtk: popup_add_menu() calls qsort(NULL... )" created
2022-07-06 04:11 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
2022-07-06 10:39 Aktualisiert von: cazfi
Kommentar

Will rewrite that commit message before pushing - while with some qsort() implementation there could be NULL dereference, let's just say that we avoid using NULL for a nonnull parameter.

2022-07-17 06:03 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