Re: [PATCH] fix a segfault in sandbox.c if handle->dlcb is null

2024-09-27 Thread Guillaume Benoit
Thank you, I hesitated to post here or directly to gitlab. Guillaume. Le 27/09/2024 à 09:06, Remi Gacogne a écrit : Hi! Thanks a lot for the patch! Pacman's development is now done at https://gitlab.archlinux.org/pacman/pacman/, would you mind opening a pull request there? Best regards, Rem

Re: [PATCH] fix a segfault in sandbox.c if handle->dlcb is null

2024-09-27 Thread Remi Gacogne
Hi! Thanks a lot for the patch! Pacman's development is now done at https://gitlab.archlinux.org/pacman/pacman/, would you mind opening a pull request there? Best regards, Remi On 26/09/2024 14:41, Guillaume Benoit wrote: diff --git a/lib/libalpm/sandbox.c b/lib/libalpm/sandbox.c index 1e9

[PATCH] fix a segfault in sandbox.c if handle->dlcb is null

2024-09-26 Thread Guillaume Benoit
diff --git a/lib/libalpm/sandbox.c b/lib/libalpm/sandbox.c index 1e96dc00..cdc01dc7 100644 --- a/lib/libalpm/sandbox.c +++ b/lib/libalpm/sandbox.c @@ -235,7 +235,9 @@ bool _alpm_sandbox_process_cb_download(alpm_handle_t *handle, int callback_pipe) ASSERT(read_from_pipe(callback_pipe, file