瀏覽代碼

Put a FIXME in place.

Ryan C. Gordon 24 年之前
父節點
當前提交
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;