1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Remove outdated comment

This commit is contained in:
Joseph Bisch 2018-01-02 20:22:38 -05:00
parent ef07b3c60c
commit 15705432e1

View File

@ -52,7 +52,6 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
return 0;
}
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);
char *output0;