Opened 20 years ago
Closed 20 years ago
#1668 closed patch (fixed)
[9669] seqfaults in MpegDescriptor::FindBestMatch()
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | dvb | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
FindBestMatch and FindBestMatches seems to be broken by design.
Attached patch hopefully changes the functions to the intended behavior.
The patched version seems to work correctly except for broken special characters.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | 9669_fix.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [9674]) Fixes #1668. References #1035. Fixes copy-n-paste error.
What should have been the index in the loop was copied from another part of the function that used a result of the loop.