rtsp: Make sure we don't write too many transport entries into a fixed-size array
CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
		
							parent
							
								
									1bd2646a6d
								
							
						
					
					
						commit
						b90adb0aba
					
				| @ -972,6 +972,8 @@ static void rtsp_parse_transport(RTSPMessageHeader *reply, const char *p) | |||||||
|             p++; |             p++; | ||||||
| 
 | 
 | ||||||
|         reply->nb_transports++; |         reply->nb_transports++; | ||||||
|  |         if (reply->nb_transports >= RTSP_MAX_TRANSPORTS) | ||||||
|  |             break; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user