-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
At line 636 sport will always be non-NULL because it has already been checked in line 608 using early return on error. Meanwhile result has never been checked against NULL and is subsequently used in line 696. Probable cause of the bug is inadequate copy-and-pasting of code. Close #493
- Loading branch information
1 parent
b2ce09e
commit 7986816
Showing
4 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ Yihe Lu <[email protected]> | |
Eugenio Gigante <[email protected]> | ||
Haoran Zhang <[email protected]> | ||
Mohanad Khaled <[email protected]> | ||
Christian Englert <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ Yihe Lu <[email protected]> | |
Eugenio Gigante <[email protected]> | ||
Mohanad Khaled <[email protected]> | ||
Haoran Zhang <[email protected]> | ||
Christian Englert <[email protected]> | ||
``` | ||
|
||
## Committers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ Yihe Lu <[email protected]> | |
Eugenio Gigante <[email protected]> | ||
Mohanad Khaled <[email protected]> | ||
Haoran Zhang <[email protected]> | ||
Christian Englert <[email protected]> | ||
``` | ||
|
||
## Committers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters