tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: go-ttf dependency on ttmkfdir2



On Thu, Jan 01, 2026 at 10:06:03PM +0000, David Holland wrote:
 > I smell UB.

Indeed, the problem is that it's doing a standard wrong thing:

   char foo[LEN];
   strcpy(foo, text);
   return foo;

except it's dressed up in C++ flummery so it's not obviously wrong.

I have a patch, I'll commit it in a moment.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index