1
0
Ryan C. Gordon 24 жил өмнө
parent
commit
94406b6c35
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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;