You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	tests/checkasm: fix stack smash in check_loopfilter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							cf2719abee
						
					
				
				
					commit
					df2a2643fe
				
			| @@ -197,6 +197,9 @@ static void check_loopfilter() | ||||
|             midoff = (dir ? 16 * 8 : 8) * SIZEOF_PIXEL; | ||||
|             midoff_aligned = (dir ? 16 * 8 : 16) * SIZEOF_PIXEL; | ||||
|  | ||||
|             buf0 = base0 + midoff_aligned; | ||||
|             buf1 = base1 + midoff_aligned; | ||||
|  | ||||
|             // 16wd_16px loopfilter | ||||
|             if (check_func(dsp.loop_filter_16[dir], | ||||
|                            "vp9_loop_filter_%s_16_16_%dbpp", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user