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 |
---|---|---|
.cvsignore | -rw-r--r-- | 43 bytes |
Makefile | -rw-r--r-- | 1.2 KB |
c89.sh | -rwxr-xr-x | 211 bytes |
c_hash | -rw-r--r-- | 119 bytes |
c_info | -rw-r--r-- | 152 bytes |
c_issuer | -rw-r--r-- | 112 bytes |
c_name | -rw-r--r-- | 110 bytes |
c_rehash.in | -rw-r--r-- | 4.1 KB |

Computing file changes ...