Re: [PATCH 1/1] update OpenBSD string functions
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Dec 31 10:03, Guilherme Janczak wrote: > >From cab1c9be97e605c0f0a271585f052f766f631e2e Mon Sep 17 00:00:00 2001 > From: Guilherme Janczak <[email protected]> > Date: Fri, 31 Dec 2021 09:31:59 +0000 > Subject: [PATCH 1/1] update OpenBSD string functions > > A lot of the 3rd party code in the string library is around 20 years > old and has been worked on since. > I've updated the OpenBSD functions at least. > --- > newlib/libc/string/strlcat.c | 88 +++++++++++++------------------- > newlib/libc/string/strlcpy.c | 77 +++++++++++----------------- > newlib/libc/string/wcslcat.c | 98 ++++++++++++++++-------------------- > newlib/libc/string/wcslcpy.c | 89 +++++++++++++------------------- > 4 files changed, 144 insertions(+), 208 deletions(-) Pushed. Thanks, Corinna