mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Use record length from record structure when fetching content in TLS
This commit is contained in:
		
							parent
							
								
									f50da50c04
								
							
						
					
					
						commit
						a31756619c
					
				@ -6095,8 +6095,7 @@ static int ssl_get_next_record( mbedtls_ssl_context *ssl )
 | 
				
			|||||||
        /*
 | 
					        /*
 | 
				
			||||||
         * Fetch record contents from underlying transport.
 | 
					         * Fetch record contents from underlying transport.
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        ret = mbedtls_ssl_fetch_input( ssl,
 | 
					        ret = mbedtls_ssl_fetch_input( ssl, rec.buf_len );
 | 
				
			||||||
                              mbedtls_ssl_in_hdr_len( ssl ) + ssl->in_msglen );
 | 
					 | 
				
			||||||
        if( ret != 0 )
 | 
					        if( ret != 0 )
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_fetch_input", ret );
 | 
					            MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_fetch_input", ret );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user