Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
hdfs.c in the hdfsOpenFile method checks for flags == O_WRONLY rather than flags & O_WRONLY and same for reads.