remove redundant condition in memccpy
[oweals/musl.git] / src / string / memccpy.c
2020-03-20 Alexander Monakovremove redundant condition in memccpy
2018-12-02 Quentin Rameaufix memccpy to not access buffer past given size
2018-09-26 Rich Felkerfix aliasing-based undefined behavior in string functions
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-04-07 Rich Felkerfix misplaced *'s in string functions (harmless)
2011-02-24 Rich Felkeradd implementation of memccpy function