diff --git a/libraries/liblber/etest.c b/libraries/liblber/etest.c index d19afcfc3e..21d13d4a25 100644 --- a/libraries/liblber/etest.c +++ b/libraries/liblber/etest.c @@ -32,7 +32,7 @@ static void usage( const char *name ) static char* getbuf( void ) { char *p; - static char buf[128]; + static char buf[1024]; if ( fgets( buf, sizeof(buf), stdin ) == NULL ) return NULL;