Re: PR25369 rfc slice 1: debuginfod_get/set_user_data

2020-03-22 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > One suggestion, it be a good idea IMHO to initialize user_data to NULL. > Just so a client knows whether or not it has been set or it is a random > value. Will document it as "undefined". > > + debuginfod_end (client); > > + > >if (rc < 0) > > { > >fprintf(stderr, "Serv

Re: PR25369 rfc slice 1: debuginfod_get/set_user_data

2020-03-22 Thread Mark Wielaard
Hi Frank, Sorry, I missed the earlier, the mailinglist setup changed and suppressed the email to the list because you had CCed me... oops. I think I fixed it for me personally, but others might want to get a password reminder for this list and check that "Avoid duplicate copies of messages?" hasn'

Re: PR25369 rfc slice 1: debuginfod_get/set_user_data

2020-03-19 Thread Frank Ch. Eigler via Elfutils-devel
Hi - At long last, slicing and dicing this patch from February into individual (cumulative) commits. 1/3: commit d307089fa8621edf09d5d0a1ffc123b904b2 Author: Frank Ch. Eigler Date: Thu Mar 19 20:27:11 2020 -0400 debuginfod client API: add get/set user_data functions Add a p