c.sexchat/src
Joseph Bisch 4a09ce6fc3 Fix rfc_{n,}casecmp functions (#2058)
rfc_casecmp was broken because reaching terminator for str1 was used as
a terminal condition and str2 may be shorter than str1, resulting in an
oob read condition for str2.

rfc_ncasecmp was broken because it checked if n characters were checked
or if BOTH pointers reached their terminator, however the strings may
be different lengths and also less than n characters in length, meaning
that they don't both reach their terminators at the same time,
resulting in an oob read condition.
2017-09-19 14:31:48 -04:00
..
common Fix rfc_{n,}casecmp functions (#2058) 2017-09-19 14:31:48 -04:00
dirent Use glib for all allocations 2014-12-28 06:44:44 -05:00
fe-gtk Spelling: SOCKS5, Byte per second (#2056) 2017-09-16 22:04:52 -04:00
fe-text build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
htm build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
libenchant_win8 Use VS 2015 2015-10-10 16:14:12 -07:00
meson.build build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
version-script Added functions to create/destroy event_attrs to plugin interface. 2013-07-12 22:46:04 +01:00