On Fri, Nov 03, 2017 at 02:45:43PM +0000, David CARLIER wrote: > Hi again, > > while testing a build, clang spotted the health desc field improper check > so here a little patch proposal. That should be all after it :-).
I *think* that in fact we just have to remove the test. We need to look through history to find the original need, but I guess that the description field used to be allocated using malloc() or strdup() in the past and changed to an array afterwards. Willy

