increase buffer for client name; spotted by M. Dolze; original patch by A. Foss
This commit is contained in:
@@ -96,7 +96,7 @@ int
|
|||||||
client_set_func (Client * c, int argc, char **argv)
|
client_set_func (Client * c, int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char str[16];
|
char str[256];
|
||||||
|
|
||||||
memset(str, '\0', sizeof(str));
|
memset(str, '\0', sizeof(str));
|
||||||
if (!c->ack)
|
if (!c->ack)
|
||||||
|
|||||||
Reference in New Issue
Block a user