Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GridLaunch] Fix an issue where passing a NULL accelerator_view would crash GridLaunch #20

Merged
merged 2 commits into from
Apr 12, 2016

Commits on Apr 11, 2016

  1. [GridLaunch test] Add test where the accelerator_view in grid_launch_…

    …parm is set to NULL
    
    Although in the default constructor, the av pointer in grid_launch_parm struct is
    initialized to the default accelerator view, the user may still be free
    to modifiy the pointer. This test checks the case if the pointer is set
    to NULL.
    kwu91 committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    6c61e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9621267 View commit details
    Browse the repository at this point in the history