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 296416 Details for
Bug 432309
Starting to see segfaults in qhull after GCC 4.3 compile
[?]
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]
Alias patch
qhull-2003.1-alias.patch (text/plain), 637 bytes, created by
Orion Poplawski
on 2008-02-29 21:09:13 UTC
(
hide
)
Description:
Alias patch
Filename:
MIME Type:
Creator:
Orion Poplawski
Created:
2008-02-29 21:09:13 UTC
Size:
637 bytes
patch
obsolete
>--- qhull-2003.1/src/qset.c.alias 2008-02-27 14:46:42.000000000 -0700 >+++ qhull-2003.1/src/qset.c 2008-02-28 16:44:20.000000000 -0700 >@@ -126,8 +126,7 @@ > > */ > void qh_setappend(setT **setp, void *newelem) { >- int *sizep; >- void **endp; >+ int *sizep, end_idx; > > if (!newelem) > return; >@@ -135,8 +134,9 @@ > qh_setlarger(setp); > sizep= SETsizeaddr_(*setp); > } >- *(endp= &((*setp)->e[(*sizep)++ - 1].p))= newelem; >- *(++endp)= NULL; >+ end_idx = (*sizep)++ - 1; >+ (*setp)->e[end_idx].p = newelem; >+ (*setp)->e[end_idx + 1].p = NULL; > } /* setappend */ > > /*-<a href="qh-set.htm#TOC"
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 432309
:
294541
|
296120
|
296131
|
296132
|
296142
|
296414
| 296416 |
296417