Comment # 41
on bug 9144
from Peter Wu
Created attachment 12288 [details]
Fix crash when IV is missing as expected (backport for 1.8 and 1.10)
The attached patch is basically a87da76. For clean merging, the following
commits should be cherry-picked:
9ac2566 (touches cipher_suites)
219d171 (touches cipher_suites)
89244b1 (touches cipher_suites)
eda53fd (can be squashed in the following commit: a87da76)
9bde187 (touches cipher_suites)
f4a4271 (touches cipher_suites, removes dig_len and export_cipher members)
cf7f5dd (touches cipher_suites)
a87da76 (this obsoletes the memmove patch above; fixes crash)
2aae7bc Fix CID 280081: ENC_NULL can't be used as an array index into
ciphers[], rather ENC_NULL-0x30 needs to be used.
21ca76a dtls: fix buffer overflow in mac check. Bug 9512
SVN rev (in the order of git commits above):
52048 52049 52050 52051 52096 52147 52148 52149 52843 53842
If that is too much, use the attached patch. It applies cleanly on
master-1.{8,10}.
You are receiving this mail because:
- You are watching all bug changes.