From cse.psu.edu!owner-9fans Mon Sep 2 08:11:22 1996 Received: from cse.psu.edu ([130.203.3.50]) by cannon.ecf.toronto.edu with SMTP id <731>; Mon, 2 Sep 1996 08:11:14 -0400 Received: from localhost (majordom@localhost) by cse.psu.edu (8.7.5/8.7.3) with SMTP id IAA10313; Mon, 2 Sep 1996 08:10:29 -0400 (EDT) Received: by claven.cse.psu.edu (bulk_mailer v1.5); Mon, 2 Sep 1996 08:06:36 -0400 Received: (from majordom@localhost) by cse.psu.edu (8.7.5/8.7.3) id IAA10249 for 9fans-outgoing; Mon, 2 Sep 1996 08:05:49 -0400 (EDT) X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f Received: from plan9.cs.york.ac.uk (port103.cs.york.ac.uk [144.32.49.3]) by cse.psu.edu (8.7.5/8.7.3) with SMTP id IAA10245 for <9fans@cs.psu.edu>; Mon, 2 Sep 1996 08:05:40 -0400 (EDT) From: forsyth@plan9.cs.york.ac.uk Message-Id: <199609021205.IAA10245@cse.psu.edu> To: 9fans@cse.psu.edu Date: Mon, 2 Sep 1996 08:07:32 -0400 subject: eipconv.c buglet Sender: owner-9fans@cse.psu.edu Reply-To: 9fans@cse.psu.edu Precedence: bulk Status: RO term% diff $home/cd/sys/src/libip eipconv.c 8c8 < static char buf[64]; --- > char buf[64]; the static buffer made the routine unsafe in concurrent C programs.