mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-analyzer)
This commit is contained in:
		
							parent
							
								
									1516b7c047
								
							
						
					
					
						commit
						31ae7deefa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2404,7 +2404,7 @@ int pa_reset_sigs(int except, ...) {
 | 
				
			||||||
        p[i++] = except;
 | 
					        p[i++] = except;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        while ((sig = va_arg(ap, int)) >= 0)
 | 
					        while ((sig = va_arg(ap, int)) >= 0)
 | 
				
			||||||
            sig = p[i++];
 | 
					            p[i++] = sig;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    p[i] = -1;
 | 
					    p[i] = -1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue