|
From: | 김민종 |
Subject: | [Bug-combine] Bug Reports for combine-0.4.0 : Some arguments cause segmentation fault CRASHES. |
Date: | Mon, 10 Jun 2024 13:03:11 +0000 |
From: wecolor33@gmail.com
To: bug-combine@gnu.org
Subject: Bug reports for combine-0.4.0 program
Configuration Information:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -fprofile-arcs -ftest-coverage -DNDEBUG
Machine Type: x86_64-pc-linux-gnu
Combine Version: 0.4.0
Bug #1
Description:
"./combine" "-O," (When running command, include "s(double quotes)) causes the segmentation fault CRASH.
Repeat-By:
1. Use "./combine" "-O," command on combine-0.4.0
2. Then, following result will return.
Segmentation fault (core dumped)
Fix:
The option (,) in provided command has not been defined in the program. Therefore, the program should return the help description.
Bug #2
Description:
"./combine" "-O" "" (When running command, include "s(double quotes)) causes the segmentation fault CRASH.
Repeat-By:
1. Use "./combine" "-O" "" command on combine-0.4.0
2. Then, following result will return.
Segmentation fault (core dumped)
Fix:
The option "-O" needs FIELD-ORDER-LIST value in the program. Therefore, the program should return the help description.
Bug #3
Description:
"./combine" "--field" "" (When running command, include "s(double quotes)) causes the segmentation fault CRASH.
Repeat-By:
1. Use "./combine" "--field" "" command on combine-0.4.0
2. Then, following result will return.
Segmentation fault (core dumped)
Fix:
The option "--field" in provided command has not been defined in the program. Therefore, the program should return the help description.
Bug #4
Description:
"./combine" "-Od.e,," (When running command, include "s(double quotes)) causes the segmentation fault CRASH.
Repeat-By:
1. Use "./combine" "-Od.e,," command on combine-0.4.0
2. Then, following result will return.
Segmentation fault (core dumped)
Fix:
The option "-d.e,," in provided command has not been defined in the program. Therefore, the program should return the help description.
Bug #5
Description:
"./combine" "-ejoin" "-" "" (When running command, include "s(double quotes)) causes the segmentation fault CRASH or timeout ERROR.
Repeat-By:
1. Use "./combine" "-ejoin" "-" "" command on combine-0.4.0
2. Then, following result will return.
Segmentation fault (core dumped) * or nothing.
Fix:
The option "-ejoin" in provided command has not been defined in the program. Therefore, the program should return the help description.
Bug #6
Description:
"./combine" "-r-" (When running command, include "s(double quotes)) causes the segmentation fault CRASH or timeout ERROR.
Repeat-By:
1. Use "./combine" "-r-" command on combine-0.4.0
2. Then, following result will return.
Segmentation fault (core dumped) * or nothing.
Fix:
The option "-r-" in provided command has not been defined in the program. Therefore, the program should return the help description.
|
[Prev in Thread] | Current Thread | [Next in Thread] |