Re: [PATCH] debuginfod-client: Fix client dereference when calloc fails.

2021-07-02 Thread Mark Wielaard
On Fri, Jun 18, 2021 at 03:02:43PM +0200, Mark Wielaard wrote: > When the calloc call in debuginfod_begin fails we should skip all > initialization of the client handle. Pushed.

[PATCH] debuginfod-client: Fix client dereference when calloc fails.

2021-06-18 Thread Mark Wielaard
When the calloc call in debuginfod_begin fails we should skip all initialization of the client handle. Signed-off-by: Mark Wielaard --- debuginfod/ChangeLog | 5 + debuginfod/debuginfod-client.c | 10 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debug