On Fri, Oct 29, 2021 at 10:11:57AM +0000, Nia Alarie wrote: > Module Name: src > Committed By: nia > Date: Fri Oct 29 10:11:57 UTC 2021 > > Modified Files: > src/lib/libc/string: wcsdup.c > > Log Message: > wcsdup(3): use reallocarr to catch integer overflow
Except that no such integer overflow can happen, since the input string already has done the same computation. Joerg