Ver código fonte

Put a FIXME in place.

Ryan C. Gordon 24 anos atrás
pai
commit
94406b6c35
1 arquivos alterados com 2 adições e 0 exclusões
  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;