diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 468df51b..4c011d92 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,8 +5,10 @@ Albert Lee André Günther +Anthony Sorace Benjamin Huntsman Enrique Soriano +Eoghan Sherry Fazlul Shahriar J.R. Mauro Jeff Sickel diff --git a/src/cmd/samterm/mesg.c b/src/cmd/samterm/mesg.c index fb02373e..1e9cd561 100644 --- a/src/cmd/samterm/mesg.c +++ b/src/cmd/samterm/mesg.c @@ -653,7 +653,7 @@ hsetsnarf(int nc) if(n >= 0){ if(!s1) n = 0; - if(n > 65535){ + if(n > SNARFSIZE){ s1 = strdup(""); if (!s1) panic("strdup");