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

in_exec: Ensure to sleep for prevending fork bomb #1348

Merged
merged 3 commits into from
Dec 16, 2016

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    0d5b434 View commit details
    Browse the repository at this point in the history
  2. add tests for the case of invalid command given

    For testing, add new mode to exec_script.rb.
    In this mode, exec_script.rb output a charactor to stderr and then
    output a invalid json string to stdout.
    
    The test case checks that the total length of command's stderr (this
    means the count of command execution) is appropriate.
    autopp committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    8ec6af0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    649f7ba View commit details
    Browse the repository at this point in the history