Attempt to make CI happy
This commit is contained in:
parent
e869452240
commit
03bdcc4c42
|
@ -3555,9 +3555,9 @@ void bufferAccessOutOfBounds_strxfrm(void)
|
||||||
const char src[3] = "abc";
|
const char src[3] = "abc";
|
||||||
char dest[1] = "a";
|
char dest[1] = "a";
|
||||||
(void)strxfrm(dest,src,1);
|
(void)strxfrm(dest,src,1);
|
||||||
// TODO cppcheck-suppress bufferAccessOutOfBounds
|
// cppcheck-suppress bufferAccessOutOfBounds
|
||||||
(void)strxfrm(dest,src,2);
|
(void)strxfrm(dest,src,2);
|
||||||
// TODO cppcheck-suppress bufferAccessOutOfBounds
|
// cppcheck-suppress bufferAccessOutOfBounds
|
||||||
(void)strxfrm(dest,src,3);
|
(void)strxfrm(dest,src,3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue