limit malloc'ed data in eax_decrypt_verify_memory()
This commit is contained in:
		
							parent
							
								
									05f7393067
								
							
						
					
					
						commit
						9f020b17df
					
				| @ -55,6 +55,9 @@ int eax_decrypt_verify_memory(int cipher, | ||||
|    /* default to zero */ | ||||
|    *stat = 0; | ||||
| 
 | ||||
|    /* limit taglen */ | ||||
|    taglen = MIN(taglen, MAXBLOCKSIZE); | ||||
| 
 | ||||
|    /* allocate ram */ | ||||
|    buf = XMALLOC(taglen); | ||||
|    eax = XMALLOC(sizeof(*eax)); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user