You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/dirac_dwt: initialize support value for fidelity wavelet
Avoids use of uninitialized memory Fixes: msan_uninit-mem_7f15e1988a6e_2748_RL_420p_ffdirac.drc Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -535,6 +535,7 @@ int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height | ||||
|         d->vertical_compose_l0 = (void*)vertical_compose_fidelityiL0; | ||||
|         d->vertical_compose_h0 = (void*)vertical_compose_fidelityiH0; | ||||
|         d->horizontal_compose = horizontal_compose_fidelityi; | ||||
|         d->support = 0; // not really used | ||||
|         break; | ||||
|     case DWT_DIRAC_DAUB9_7: | ||||
|         d->spatial_compose = spatial_compose_daub97i_dy; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user