SASANO Takayoshi on Nostr: lib/libc/stdio/vfprintf.c case 'n': { static const char n_msg[] = ": *printf used %n, ...
lib/libc/stdio/vfprintf.c
case 'n': {
static const char n_msg[] = ": *printf used %n, aborting: ";
char buf[1024], *p;
(途中省略)
sendsyslog(buf, strlen(buf), LOG_CONS);
abort();
break;
}
Published at
2025-01-13 00:43:03Event JSON
{
"id": "d58eeb08c16406485f7b91e4836cf80eaadc799b252b60365abf33abc121f3b7",
"pubkey": "9479339eb118796a8d8e9b7c1ff6d34abf8cd0e4fe81b0d80372e2b1d2da7b12",
"created_at": 1736728983,
"kind": 1,
"tags": [
[
"proxy",
"https://social.mikutter.hachune.net/users/uaa/statuses/113818270665203560",
"activitypub"
]
],
"content": "lib/libc/stdio/vfprintf.c\n case 'n': {\n static const char n_msg[] = \": *printf used %n, aborting: \";\n char buf[1024], *p;\n(途中省略)\n sendsyslog(buf, strlen(buf), LOG_CONS);\n abort();\n break;\n }",
"sig": "3672e56a0890773b5f03f62650359ff25662029392c8ab7ccd7519ca90b92c315bee09c32a9619fa5f6e8adbd1d7e9c74f69d9cec7ea3f7ad4870df590b97102"
}