1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-14 16:58:05 +00:00

submit_work: increase string buffer, to avoid overflow

This commit is contained in:
Jeff Garzik 2010-11-29 12:21:03 -05:00 committed by Jeff Garzik
parent 74bb196296
commit 145e5fe141

View File

@ -179,7 +179,7 @@ static void submit_work(struct work *work)
{
char *hexstr = NULL;
json_t *val, *res;
char s[256];
char s[345];
printf("PROOF OF WORK FOUND? submitting...\n");