[BUG] multikey_quick_sort.c - erroneous #55

Closed
opened 2026-01-29 15:02:05 +00:00 by claunia · 2 comments
Owner

Originally created by @kvedala on GitHub (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

Originally created by @kvedala on GitHub (Jul 19, 2020). <!--- Provide a general summary of the issue in the Title above --> erroneous code sequences ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> * line# 259 -> while loop has invalid termination condition because pp variable is not initialized and garbage value. ## Expected Behavior <!--- Tell us what should happen --> ## Actual Behavior <!--- Tell us what happens instead --> ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. 2. 3. 4. ## Context <!--- How has this bug affected you? What were you trying to accomplish? -->
claunia added the bug label 2026-01-29 15:02:05 +00:00
Author
Owner

@Panquesito7 commented on GitHub (Sep 10, 2020):

Wasn't this fixed in #601?

@Panquesito7 commented on GitHub (Sep 10, 2020): Wasn't this fixed in #601?
Author
Owner

@kvedala commented on GitHub (Sep 18, 2020):

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

@kvedala commented on GitHub (Sep 18, 2020): Yes. Forgot to link the PR. Thanks for reminder.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#55