Re: [PATCH] debuginfod-client: restrict cleanup to client-pattern files

2020-02-12 Thread Konrad Kleine
Hi Aaron,

this looks good to me. Thank you for taking care of the tests.

- Konrad

On 11/02/2020 21:54, Aaron Merey wrote:
> Hi Konrad,
> 
> You're right, it's better to include a test. I've added one to the patch.
> 
> Aaron
> 
> On Tue, Feb 11, 2020 at 2:01 PM Konrad Kleine  wrote:
>>
>> Can we have a test for this?



0xC0A02C32BCB73099.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


[Bug tools/23787] eu-size: Bad handling of ar files inside are files

2020-02-12 Thread ardzimba30 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23787

daki  changed:

   What|Removed |Added

 CC||ardzimba30 at gmail dot com

--- Comment #9 from daki  ---
https://tech4blog.com/bully-anniversary-edition-apk/>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[NFC] debuginfod/doc: Fix typo debuginfo_progressfn_t -> debuginfod_progressfn_t

2020-02-12 Thread Konrad Kleine
I've copied the type name for the progress function from the manual and noticed 
that it didn't compile...
From dce881a783fe6f2b01b1756404f474e1c4695967 Mon Sep 17 00:00:00 2001
From: Konrad Kleine 
Date: Wed, 12 Feb 2020 07:59:50 -0500
Subject: [PATCH] [NFC] debuginfod/doc: Fix typo debuginfo_progressfn_t ->
 debuginfod_progressfn_t

I've copied the type name for the progress function from the manual and
noticed that it didn't compile...

Signed-off-by: Konrad Kleine 
---
 doc/debuginfod_find_debuginfo.3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/debuginfod_find_debuginfo.3 b/doc/debuginfod_find_debuginfo.3
index 7e5060f2..c232ac71 100644
--- a/doc/debuginfod_find_debuginfo.3
+++ b/doc/debuginfod_find_debuginfo.3
@@ -38,10 +38,10 @@ debuginfod_find_debuginfo \- request debuginfo from debuginfod
 .BI "   const char *" filename ","
 .BI "   char ** " path ");"
 
-.BI "typedef int (*debuginfo_progressfn_t)(debuginfod_client *" client ","
-.BI "  long a, long b);"
+.BI "typedef int (*debuginfod_progressfn_t)(debuginfod_client *" client ","
+.BI "   long a, long b);"
 .BI "void debuginfod_set_progressfn(debuginfod_client *" client ","
-.BI "   debuginfo_progressfn_t " progressfn ");"
+.BI "   debuginfod_progressfn_t " progressfn ");"
 
 Link with \fB-ldebuginfod\fP.
 
-- 
2.17.1



0xC0A02C32BCB73099.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature