[ https://issues.apache.org/jira/browse/HADOOP-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635044#action_12635044 ]
Raghu Angadi commented on HADOOP-4271: -------------------------------------- test-patch output : {noformat} [exec] +1 overall. [exec] +1 @author. The patch does not contain any @author tags. [exec] +1 tests included. The patch appears to include 3 new or modified tests. [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] +1 Eclipse classpath. The patch retains Eclipse classpath integrity. {noformat} will commit the patch today. > Bug in FSInputChecker makes it possible to read from an invalid buffer > ---------------------------------------------------------------------- > > Key: HADOOP-4271 > URL: https://issues.apache.org/jira/browse/HADOOP-4271 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Affects Versions: 0.16.0 > Reporter: Ning Li > Assignee: Ning Li > Priority: Blocker > Fix For: 0.17.3 > > Attachments: .data_testFSInputChecker.crc, data_testFSInputChecker, > hadoop-4271-branch-17.patch, hadoop-4271-branch-18.patch, > hadoop-4271-branch-18.patch, hadoop-4271.patch, hadoop-4271.patch, > hadoop-4271.patch > > > Bug in FSInputChecker makes it possible to read from an invalid buffer. The > buffer in FSInputChecker becomes invalid when readChecksumChunk is used to > read a chunk to a user buffer directly. Currently, it's not marked as invalid > in this case and may be read subsequently. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.