Parcourir la source

Put a FIXME in place.

Ryan C. Gordon il y a 24 ans
Parent
commit
94406b6c35
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      archivers/grp.c

+ 2 - 0
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;