Fix buffer size
This commit is contained in:
		
							parent
							
								
									d012ca1eb8
								
							
						
					
					
						commit
						e38c6696cd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -611,7 +611,7 @@ static int
 | 
			
		|||
netstream_cb (char *word[], char *word_eol[], void *userdata)
 | 
			
		||||
{
 | 
			
		||||
	char netstream[bsize];
 | 
			
		||||
	char mag_r[3];
 | 
			
		||||
	char mag_r[5];
 | 
			
		||||
	char mag_s[5];
 | 
			
		||||
	char format[bsize];
 | 
			
		||||
	unsigned long long bytes_recv;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue