summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcslcat.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r293856:brooks2016-01-201-1/+1
| | | | | | | | | | | Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C with bounds checked is used this may result in a crash. PR: 206178 Submitted by: Alexander Cherepanov <cherepan@mccme.ru>
* - ANSIfy function definitionsdanger2009-02-031-4/+1
| | | | | | - use nul when we are looking for a terminating character where appropriate Approved by: imp
* Remove unnecessary #include <assert.h>; it was used to bring in thetjr2002-09-211-1/+0
| | | | _DIAGASSERT macro on NetBSD, but we don't need it.
* Fix the style of the SCM ID's.obrien2002-03-221-0/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* rcsid[]->__FBSDIDobrien2001-11-071-4/+1
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-4/+5
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.ru2001-05-161-3/+0
|
* initial import of locale insensitive wcs* and wmem* functions.tshiozak2001-05-151-0/+81
Obtained from: NetBSD and Citrus.
OpenPOWER on IntegriCloud