FuzzingTeam created HADOOP-18490: ------------------------------------ Summary: The check logic for erasedIndexes in XORRawDecoder is buggy Key: HADOOP-18490 URL: https://issues.apache.org/jira/browse/HADOOP-18490 Project: Hadoop Common Issue Type: Bug Affects Versions: 3.3.4 Reporter: FuzzingTeam
In the method _doDecode_ of class {_}XORRawDecoder{_}, the code does not handle all the erased and null marked locations in the array ({_}inputs{_}) but only skips the first erased location ({_}erasedIndexes[0]{_}). The missing handling results in an unhandled NullPointerException. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org