Re: [openoffice] branch trunk updated: Use of strcpy is problematic esp when we don't check bounds. Ugg. Instead use memmove(); Increase buffer sizes due to larger requirements.

2020-12-03 Thread Jim Jagielski
> On Dec 3, 2020, at 10:34 AM, Dave Fisher wrote: >> index f27a04e..5f60f73 100644 >> --- a/main/soltools/mkdepend/parse.c >> +++ b/main/soltools/mkdepend/parse.c >> @@ -346,7 +346,11 @@ int deftype (line, filep, file_red, file, parse_it, >> symbols) >> /* >>* copy the

Re: [openoffice] branch trunk updated: Use of strcpy is problematic esp when we don't check bounds. Ugg. Instead use memmove(); Increase buffer sizes due to larger requirements.

2020-12-03 Thread Dave Fisher
Sent from my iPhone > On Dec 3, 2020, at 5:43 AM, j...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > jim pushed a commit to branch trunk > in repository https://gitbox.apache.org/repos/asf/openoffice.git > > > The following commit(s) were