Skip to content

Commit c7ab356

Browse files
committed
posix.cfg: Cleanup test case.
1 parent 4905754 commit c7ab356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/posix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ int nullPointer_wcsnlen(const wchar_t *s, size_t n)
4848
return wcsnlen(s, n);
4949
}
5050

51-
size_t bufferAccessOutOfBounds_wcsnlen(const wchar_t *s, size_t maxlen)
51+
size_t bufferAccessOutOfBounds_wcsnlen(void) // #10997
5252
{
5353
wchar_t buf[2]={L'4',L'2'};
5454
size_t len = wcsnlen(buf,2);

0 commit comments

Comments
 (0)