]> jfr.im git - irc/charybdis-ircd/charybdis.git/commit
gcc7 fixes: NICKLEN -> NAMELEN
authorSimon Arlott <sa.me.uk>
Fri, 19 Jan 2018 23:24:55 +0000 (23:24 +0000)
committerSimon Arlott <sa.me.uk>
Fri, 19 Jan 2018 23:26:20 +0000 (23:26 +0000)
commitfe5fc851aa9ac2cc26784e91b1eebd16f87ddfb9
treef40ce0d9ffbb135261e311328edf8592796b0151
parent30053ab982cd6390a4998ef02eaae9193ec861aa
gcc7 fixes: NICKLEN -> NAMELEN

Use NAMELEN instead of NICKLEN when accessing Client->name because it
could in theory be a HOSTLEN length string.
extensions/extb_hostmask.c
include/client.h
include/ircd_defs.h
ircd/channel.c
ircd/s_conf.c
ircd/s_user.c
modules/m_services.c
modules/m_signon.c