Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/2 testsetups/impl.c
T

6 lines
75 B
C

/* Write past the end. */
void do_nasty(char *ptr) {
ptr[10] = 'n';
}