Ticket #44996

generate_packets.py: locally allocate pre-send packet copy

Eröffnet am: 2022-07-04 02:29 Letztes Update: 2022-07-05 18:41

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

Details

Split from #44993. For packets with a pre-send hook, an extra packet copy is allocated (on the heap), so that the pre-send hook can modify it without changing the original packet passed in from outside. This packet should instead be declared locally, to avoid issues with freeing the allocated memory.

Ticket-Verlauf (3/4 Historien)

2022-07-04 02:29 Aktualisiert von: alienvalkyrie
  • New Ticket "generate_packets.py: locally allocate pre-send packet copy" created
2022-07-04 03:20 Aktualisiert von: alienvalkyrie
  • Lösung Update from Keine to Accepted
2022-07-05 18:41 Aktualisiert von: alienvalkyrie
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden