Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 870619 Details for
Bug 1070855
[abrt] v4l-utils: parse_string(): dvbv5-scan killed by SIGABRT
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
bugfix
0001-v4l-utils-bugfix-memory-chunk.patch (text/plain), 1.23 KB, created by
Stefan Ringel
on 2014-03-04 20:26:57 UTC
(
hide
)
Description:
bugfix
Filename:
MIME Type:
Creator:
Stefan Ringel
Created:
2014-03-04 20:26:57 UTC
Size:
1.23 KB
patch
obsolete
>From a5cfa1881de152a887d195e8c880dcca3e6b766e Mon Sep 17 00:00:00 2001 >From: Stefan Ringel <linuxtv@stefanringel.de> >Date: Tue, 4 Mar 2014 20:50:32 +0100 >Subject: [PATCH] v4l-utils: bugfix memory chunk > >Bug 1070855 - [abrt] v4l-utils: parse_string(): dvbv5-scan killed by SIGABRT >https://bugzilla.redhat.com/show_bug.cgi?id=1070855 > >Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> >--- > lib/libdvbv5/descriptors/desc_frequency_list.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/lib/libdvbv5/descriptors/desc_frequency_list.c b/lib/libdvbv5/descriptors/desc_frequency_list.c >index de6f9fd..0a06a4a 100644 >--- a/lib/libdvbv5/descriptors/desc_frequency_list.c >+++ b/lib/libdvbv5/descriptors/desc_frequency_list.c >@@ -36,10 +36,10 @@ void dvb_desc_frequency_list_init(struct dvb_v5_fe_parms *parms, const uint8_t * > > d->frequencies = (d->length - len) / sizeof(d->frequency[0]); > >- d->frequency = calloc(1, sizeof(d->frequency)); >+ d->frequency = calloc(d->frequencies, sizeof(d->frequency)); > > for (i = 0; i < d->frequencies; i++) { >- d->frequency[i] = ((uint32_t *) buf)[i]; >+ d->frequency[i] = ((uint32_t *) p)[i]; > bswap32(d->frequency[i]); > switch (d->freq_type) { > case 1: /* satellite - to get kHz */ >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1070855
:
868585
|
868586
|
868587
|
868589
|
868590
|
868591
|
868592
|
868593
|
868594
|
868595
|
870425
|
870427
| 870619