summaryrefslogtreecommitdiff
path: root/src/fe-fuzz/irc/core
AgeCommit message (Collapse)Author
2018-01-02Remove outdated commentJoseph Bisch
2018-01-02Remove redundant if caseJoseph Bisch
2017-11-02Use gchar and g_strndup in fe-fuzzJoseph Bisch
2017-11-02Fix malloc parameter in fe-fuzzJoseph Bisch
It is fairly safe to assume that sizeof(char) will always be 1 anyway and replace the size calculation with a comment explaining the calculation.
2017-11-02Remove unnecessary malloc cast in fe-fuzzJoseph Bisch
We compile this as C code, so the cast is unnecessary.
2017-10-24Add event_get_params to fe-fuzzJoseph Bisch