From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 2 Sep 1996 13:07:32 +0100 From: forsyth@plan9.cs.york.ac.uk forsyth@plan9.cs.york.ac.uk Subject: eipconv.c buglet Topicbox-Message-UUID: 4c387b52-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960902120732.ZsTQ5L-PPeMwN-yHBT6CiFfJdLRpA2emup66ePe6ptw@z> 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.