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 660165 Details for
Bug 882743
libomxil-bellagio error
[?]
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]
Revised patch.
libomxil-bellagio-0.9.3-unused.patch (text/plain), 1.55 KB, created by
ryanl
on 2012-12-09 00:28:40 UTC
(
hide
)
Description:
Revised patch.
Filename:
MIME Type:
Creator:
ryanl
Created:
2012-12-09 00:28:40 UTC
Size:
1.55 KB
patch
obsolete
>diff -up libomxil-bellagio-0.9.3/src/omxregister.c-fx_regerror libomxil-bellagio-0.9.3/src/omxregister.c >--- libomxil-bellagio-0.9.3/src/omxregister.c 2012-12-02 12:43:57.896679976 -0800 >+++ libomxil-bellagio-0.9.3/src/omxregister.c-fx_regerror 2012-12-08 12:37:43.146092473 -0800 >@@ -248,7 +248,15 @@ static int buildComponentsList(FILE* omx > } > fptr(stComponents); > err = fwrite(lib_absolute_path, 1, strlen(lib_absolute_path), omxregistryfp); >- err = fwrite("\n", 1, 1, omxregistryfp); >+ if (err != strlen(lib_absolute_path)) { >+ DEBUG(DEB_LEV_ERR,"Failed to write %zu bytes to fd %d\n",strlen(lib_absolute_path), fileno(omxregistryfp)); >+ continue; >+ } >+ err = fwrite("\n", 1, strlen(buffer), omxregistryfp); >+ if (err != strlen(buffer)) { >+ DEBUG(DEB_LEV_ERR,"Failed to write %zu bytes to fd %d\n",strlen(buffer), fileno(omxregistryfp)); >+ continue; >+ } > > > for (i = 0; i<num_of_comp; i++) {
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 882743
:
656322
| 660165