mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 d326e04860
			
		
	
	d326e04860
	
	
	
		
			
			Problem:  no overflow check for string formatting
Solution: Check message formatting function for overflow.
          (Chris van Willegen)
closes: vim/vim#13799
c35fc03dbd
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>