| 2016-08-16 11:11:50 |
Egor |
bug |
|
|
added bug |
| 2016-08-16 13:32:22 |
Alex Valavanis |
inkscape: status |
New |
Triaged |
|
| 2016-08-16 13:32:27 |
Alex Valavanis |
inkscape: importance |
Undecided |
Medium |
|
| 2016-08-16 13:35:35 |
Alex Valavanis |
summary |
PVS-Studio check |
Fix code errors identified by PVS-Studio check |
|
| 2016-08-16 13:36:34 |
Alex Valavanis |
tags |
|
code-design |
|
| 2016-08-16 13:36:37 |
Alex Valavanis |
description |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/ |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* Testing a pointer for null after new
* Comparing this with zero
* Dangerous parameter redefinition
* Incorrectly commented-out line
* "One-time" loop
* Very odd method
* Lost comma
* Wrong length in strncmp
* Potential division by zero
* Missing else?
* Using a null pointer
* Missing semicolon
* Unused parameter
* Pointer to a nonexistent array
* Incorrect object name in a condition
* Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
|
| 2016-08-16 19:02:25 |
Alex Valavanis |
inkscape: status |
Triaged |
In Progress |
|
| 2016-08-16 19:03:36 |
Alex Valavanis |
description |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* Testing a pointer for null after new
* Comparing this with zero
* Dangerous parameter redefinition
* Incorrectly commented-out line
* "One-time" loop
* Very odd method
* Lost comma
* Wrong length in strncmp
* Potential division by zero
* Missing else?
* Using a null pointer
* Missing semicolon
* Unused parameter
* Pointer to a nonexistent array
* Incorrect object name in a condition
* Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* Testing a pointer for null after new
* Comparing this with zero
* [DONE] Dangerous parameter redefinition
* [DONE] Incorrectly commented-out line
* "One-time" loop
* Very odd method
* [DONE] Lost comma
* [DONE] Wrong length in strncmp
* Potential division by zero
* Missing else?
* Using a null pointer
* [DONE] Missing semicolon
* Unused parameter
* Pointer to a nonexistent array
* [DONE] Incorrect object name in a condition
* [DONE] Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
|
| 2016-08-17 07:51:38 |
Jabiertxof |
description |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* Testing a pointer for null after new
* Comparing this with zero
* [DONE] Dangerous parameter redefinition
* [DONE] Incorrectly commented-out line
* "One-time" loop
* Very odd method
* [DONE] Lost comma
* [DONE] Wrong length in strncmp
* Potential division by zero
* Missing else?
* Using a null pointer
* [DONE] Missing semicolon
* Unused parameter
* Pointer to a nonexistent array
* [DONE] Incorrect object name in a condition
* [DONE] Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* Testing a pointer for null after new
* Comparing this with zero
* [DONE] Dangerous parameter redefinition
* [DONE] Incorrectly commented-out line
* "One-time" loop
* Very odd method
* [DONE] Lost comma
* [DONE] Wrong length in strncmp
* [DONE] Potential division by zero
* Missing else?
* Using a null pointer
* [DONE] Missing semicolon
* Unused parameter
* Pointer to a nonexistent array
* [DONE] Incorrect object name in a condition
* [DONE] Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
|
| 2016-08-18 12:38:57 |
Tavmjong Bah |
bug |
|
|
added subscriber Krzysztof Kosinski |
| 2016-08-18 12:39:22 |
Tavmjong Bah |
removed subscriber Krzysztof Kosinski |
|
|
|
| 2020-09-18 04:37:12 |
Qantas94Heavy |
description |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* Testing a pointer for null after new
* Comparing this with zero
* [DONE] Dangerous parameter redefinition
* [DONE] Incorrectly commented-out line
* "One-time" loop
* Very odd method
* [DONE] Lost comma
* [DONE] Wrong length in strncmp
* [DONE] Potential division by zero
* Missing else?
* Using a null pointer
* [DONE] Missing semicolon
* Unused parameter
* Pointer to a nonexistent array
* [DONE] Incorrect object name in a condition
* [DONE] Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
Hello. We've checked the latest version of Inkscape with our PVS-Studio static analyzer, and it found some errors and bugs. You are welcome to read the report: http://www.viva64.com/en/b/0419/
== List of issues (from TOC) ==
* [DONE] Testing a pointer for null after new
* [DONE] Comparing this with zero
* [DONE] Dangerous parameter redefinition
* [DONE] Incorrectly commented-out line
* "One-time" loop
* [DONE] Very odd method
* [DONE] Lost comma
* [DONE] Wrong length in strncmp
* [DONE] Potential division by zero
* Missing else?
* Using a null pointer
* [DONE] Missing semicolon
* [DONE] Unused parameter
* [DONE] Pointer to a nonexistent array
* [DONE] Incorrect object name in a condition
* [DONE] Careless use of numeric constants
* Identical expressions
* Identical operations in if and else blocks |
|