tfix icmp overflow - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fd745e874891a9001e6774c26e145984b9db147c
 (DIR) parent 85231fd8cdf32d861e196d7dfa827b7239157817
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 22 May 2006 06:26:08 +0000
       
       fix icmp overflow
       
       Diffstat:
         M src/cmd/ip/snoopy/icmp.c            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/ip/snoopy/icmp.c b/src/cmd/ip/snoopy/icmp.c
       t@@ -54,7 +54,7 @@ static Mux p_mux[] =
                {0}
        };
        
       -char *icmpmsg[236] =
       +char *icmpmsg[256] =
        {
        [EchoRep]        "EchoRep",
        [Unreachable]        "Unreachable",