mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Remove outdated comment
This commit is contained in:
parent
ef07b3c60c
commit
15705432e1
@ -52,7 +52,6 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
uint8_t count = *data;
|
uint8_t count = *data;
|
||||||
/* malloc(size) instead of size+1, because we already used one byte of data */
|
|
||||||
gchar *copy = g_strndup((const gchar *)data+1, size-1);
|
gchar *copy = g_strndup((const gchar *)data+1, size-1);
|
||||||
|
|
||||||
char *output0;
|
char *output0;
|
||||||
|
Loading…
Reference in New Issue
Block a user