Incidencia #44996

generate_packets.py: locally allocate pre-send packet copy

Abrir Fecha: 2022-07-04 02:29 Última actualización: 2022-07-05 18:41

Informador:
Propietario:
Tipo:
Estado:
Cerrado
Componente:
Hito:
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Fixed
Fichero:
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 History (3/4 Histories)

2022-07-04 02:29 Updated by: alienvalkyrie
  • New Ticket "generate_packets.py: locally allocate pre-send packet copy" created
2022-07-04 03:20 Updated by: alienvalkyrie
  • Resolución Update from Ninguno to Accepted
2022-07-05 18:41 Updated by: alienvalkyrie
  • Estado Update from Open to Cerrado
  • Resolución Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Entrar