diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pacman/query.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/pacman/query.c b/src/pacman/query.c index a8417570..024d3e21 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -204,6 +204,7 @@ static int query_fileowner(alpm_list_t *targets)  			size_t rlen = strlen(rpath);  			if(rlen + 2 >= PATH_MAX) {  					pm_printf(ALPM_LOG_ERROR, _("path too long: %s/\n"), rpath); +					goto targcleanup;  			}  			strcat(rpath + rlen, "/");  		} | 
