mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02:00
Remove outdated comment
This commit is contained in:
parent
ef07b3c60c
commit
15705432e1
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue