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

[BUG] multikey_quick_sort.c - erroneous #576

Closed
kvedala opened this issue Jul 19, 2020 · 2 comments · Fixed by #601
Closed

[BUG] multikey_quick_sort.c - erroneous #576

kvedala opened this issue Jul 19, 2020 · 2 comments · Fixed by #601
Labels

Comments

@kvedala
Copy link
Collaborator

kvedala commented Jul 19, 2020

erroneous code sequences

Description

  • line# 259 -> while loop has invalid termination condition because pp variable is not initialized and garbage value.

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

Context

@kvedala kvedala added the bug label Jul 19, 2020
@Panquesito7
Copy link
Member

Wasn't this fixed in #601?

@kvedala kvedala linked a pull request Sep 18, 2020 that will close this issue
4 tasks
@kvedala
Copy link
Collaborator Author

kvedala commented Sep 18, 2020

Yes. Forgot to link the PR. Thanks for reminder.

@kvedala kvedala closed this as completed Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants