Skip to content

Interprocedural PDG analysis fails for vargargs methods #36

@OscarRodriguezPrieto

Description

@OscarRodriguezPrieto

InterproceduralPDG:createRelationsIfNeededForArgumentNumber

This method is called from "doInterproceduralPDGAnalysis", looking for the last argument.
For those vargargs calls that include 0 arguments (0-length array),
List invocationModifyThisVarInfo = invocationModifyVarsInfo.get(argNumber);
is null, causing a nullpointerexception

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions