<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>INSIZE</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2812.html#L104'>INSIZE</a> 104 src/exec.c char *buf = malloc_chk(INSIZE + 1, "svcin.buf");</span> <span class='curline'><a href='../S/2812.html#L106'>INSIZE</a> 106 src/exec.c if(fgets(buf, INSIZE, stdin) == NULL) {</span> <span class='curline'><a href='../S/2812.html#L110'>INSIZE</a> 110 src/exec.c for(i = 0; i < INSIZE; i++) {</span> </pre> </body> </html>