mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
6 lines
95 B
Text
6 lines
95 B
Text
|
|
/* $FreeBSD$ */
|
||
|
|
/* See r303718 */
|
||
|
|
void t(void) {
|
||
|
|
int n = malloc(offsetof(struct s, f) + 1);
|
||
|
|
}
|