string: test strncasecmp and strncpy near page boundaries
authorRaphael Moreira Zinsly <rzinsly@linux.ibm.com>
Fri, 21 Aug 2020 15:10:22 +0000 (12:10 -0300)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Wed, 26 Aug 2020 20:56:37 +0000 (15:56 -0500)
commit5df6ebcf44fd89d429c1fee78c893e280a551ee8
treeaf815004d5fbfb793f789d393d55404106f6bc43
parentf032f3af2cfc4b97bde0fc61259380f83d543495
string: test strncasecmp and strncpy near page boundaries

Add tests to check if strings placed at page boundaries are
handled correctly by strncasecmp and strncpy similar to tests
for strncmp and strnlen.
string/test-strncasecmp.c
string/test-strncpy.c