Back to the previous page
Test Case ID | ![]() |
Bad / Good / Mixed | Bad![]() |
Author | IARPA STONESOUP Test and Evaluation team |
Associations | Test suite: 102 Application: 16 |
Added by | Charles Oliveira |
Language | Java |
Type of test case | Source Code |
Input string | |
Expected Output | |
Instructions | See src/build.xml. |
Submission date | 2015-10-06 |
Description | This test takes in integer n. The program attempts to open n files. If n is large enough the number of file handles will be exhausted. Metadata - Base program: JTree - Source Taint: ENVIRONMENT_VARIABLE - Data Type: SIMPLE - Data Flow: BASIC - Control Flow: SEQUENCE |
File(s) |
|
Flaw |
There are no comments
Have any comments on this test case? Please,
.
- JTreeOptions.java
- service_mon.sh
- J-C774A-JTRE-01-ST01-DT02-DF11-CF20-01.xml
- runFifos.py
- J-C774A-JTRE-01-ST01-DT02-DF11-CF20-01.yaml
File Contains:
CWE-774: Allocation of File Descriptors or Handles Without Limits or Throttling on line(s): 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125
CWE-774: Allocation of File Descriptors or Handles Without Limits or Throttling on line(s): 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125