You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "peng.jianhua (JIRA)" <ji...@apache.org> on 2018/01/04 09:40:00 UTC

[jira] [Updated] (RANGER-1946) if args.length=2 will case java.lang.ArrayIndexOutOfBoundsException in HdfsClient.class

     [ https://issues.apache.org/jira/browse/RANGER-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

peng.jianhua updated RANGER-1946:
---------------------------------
    Attachment: 0001-RANGER-1946-if-args.length-2-will-case-java.lang.Arr.patch

> if args.length=2 will case java.lang.ArrayIndexOutOfBoundsException in HdfsClient.class
> ---------------------------------------------------------------------------------------
>
>                 Key: RANGER-1946
>                 URL: https://issues.apache.org/jira/browse/RANGER-1946
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: master
>            Reporter: peng.jianhua
>            Assignee: peng.jianhua
>            Priority: Minor
>             Fix For: master
>
>         Attachments: 0001-RANGER-1946-if-args.length-2-will-case-java.lang.Arr.patch
>
>
> "if args.length=2 "   the following code 
> "String fileNameToMatch = (args.length == 2 ? null : args[2]);"
> will case java.lang.ArrayIndexOutOfBoundsException in HdfsClient.class
> Chang from  "if (args.length < 2)  "  to "if (args.length < 3) "



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)