Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Permissions/IO errors can cause nullpointerexception #1160

Copy link
Copy link
Closed
@rfmerrill

Description

@rfmerrill
Issue body actions

starting at line 1223 in app/Base.java, addLibraries calls Compiler.headerListFromIncludePath

It then immediately uses the returned value without checking for null first.

Compiler.headerListFromIncludePath returns the return value of File.list(), which can return null if an IO error occurs.

This results in nullpointerexception if said directory has permissions that don't allow you to list() it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.