The recent checkin #19560 causes a bug by changing the third parameter from 
rr->seq_num to &rr->seq_num in dtls_buffer_record() calls in d1_pkt.c. However, 
this is not correct because rr->seq_num is an array, see ssl3.h:

unsigned char seq_num[8];

So it was referenced correctly, the change was not necessary and has to be 
reverted.

Regards,
Robin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to