Revision 4e0fbdc4ecc81c99cd9e63f907039b4b323e642b authored by Adam Langley on 06 June 2014, 21:47:07 UTC, committed by Matt Caswell on 06 August 2014, 19:27:51 UTC
In a couple of functions, a sequence number would be calculated twice. Additionally, in |dtls1_process_out_of_seq_message|, we know that |frag_len| <= |msg_hdr->msg_len| so the later tests for |frag_len < msg_hdr->msg_len| can be more clearly written as |frag_len != msg_hdr->msg_len|, since that's the only remaining case. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>
1 parent 0c37aed
File | Mode | Size |
---|---|---|
MS | -rw-r--r-- | 166 bytes |
SSLv3 | -rw-r--r-- | 2.4 KB |
alpha.c | -rw-r--r-- | 3.7 KB |
dggccbug.c | -rw-r--r-- | 926 bytes |
sgiccbug.c | -rw-r--r-- | 1.3 KB |
sslref.dif | -rw-r--r-- | 1.1 KB |
stream.c | -rw-r--r-- | 4.5 KB |
ultrixcc.c | -rw-r--r-- | 584 bytes |

Computing file changes ...