9fans archive / 1996 / 09 / 4 /    prev next

From: forsyth@pla... forsyth@pla...
Subject: eipconv.c buglet
Date: Mon, 2 Sep 1996 13:07:32 BST

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.