Re: Patch to add a lookup table for the redis database

2021-03-12 Thread Wietse Venema
Dunk: > Thanks, I have tested in on a low volume email server. The code is pretty clean, so I expect no surprises. I noticed that the hiredis API is robust against untrusted data that contains special characters: it splits the query into fields before interpolating the untrusted data. So I

Re: Patch to add a lookup table for the redis database

2021-03-12 Thread Dunk
Thanks, I have tested in on a low volume email server. Duncan > On 11 Mar 2021, at 22:32, Wietse Venema wrote: > > Dunk: >> Hi, >> Okay, attached is output from test.sh that calls valgrind twice. >> >> Duncan > > Thanks, this looks good. > >Wietse > >> On 11 Mar 2021, at 20:29,