From 94406b6c35f5063192486e54e1571c5d90caecb0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 9 Oct 2001 15:15:40 +0000 Subject: [PATCH] Put a FIXME in place. --- archivers/grp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archivers/grp.c b/archivers/grp.c index ee020985..b01801e9 100644 --- a/archivers/grp.c +++ b/archivers/grp.c @@ -45,6 +45,8 @@ #endif #endif +/* !!! FIXME: Using the same file handle for all reads is a RACE CONDITION! */ + typedef struct { FILE *handle;