On Thu, 20 Sep 2018 12:30:05 +0800, Michael Mikonos wrote: > In setDolp() pointers cp and dp initially point to the same > copied string, but later dp can become NULL if Strstr() finds > no match. The copied string is not freed in this case. > NetBSD added this fix in their dol.c revision 1.23 (2006).
OK millert@ - todd