Skip to content

Commit 6eff88f

Browse files
bernd-edlingerSashan
authored andcommitted
use-of-uninitialized-value in quic_tserver_test
Fixes openssl#26277 Reviewed-by: Saša Nedvědický <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl#26269)
1 parent a1628d6 commit 6eff88f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssl/quic/quic_demux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ int ossl_quic_demux_inject(QUIC_DEMUX *demux,
442442

443443
/* Move from free list to pending list. */
444444
ossl_list_urxe_remove(&demux->urx_free, urxe);
445+
urxe->datagram_id = demux->next_datagram_id++;
445446
ossl_list_urxe_insert_tail(&demux->urx_pending, urxe);
446447
urxe->demux_state = URXE_DEMUX_STATE_PENDING;
447448

0 commit comments

Comments
 (0)