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 672141 Details for
Bug 884789
Use of tDOM block allocator on x86-64 causes seg-faults
[?]
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]
Patch to add nodesDeleted as common member for all node types
tdom-0.8.2-node_deletion.patch (text/plain), 1.55 KB, created by
Jeremy Sowden
on 2013-01-03 18:19:33 UTC
(
hide
)
Description:
Patch to add nodesDeleted as common member for all node types
Filename:
MIME Type:
Creator:
Jeremy Sowden
Created:
2013-01-03 18:19:33 UTC
Size:
1.55 KB
patch
obsolete
>diff --git a/generic/dom.h b/generic/dom.h >index ed17efd..ac2ac62 100644 >--- a/generic/dom.h >+++ b/generic/dom.h >@@ -598,13 +598,13 @@ typedef struct domNode { > struct domNode *parentNode; > struct domNode *previousSibling; > struct domNode *nextSibling; >+#ifdef TCL_THREADS >+ struct domNode *nextDeleted; >+#endif > > domString nodeName; /* now the element node specific fields */ > struct domNode *firstChild; > struct domNode *lastChild; >-#ifdef TCL_THREADS >- struct domNode *nextDeleted; >-#endif > struct domAttrNode *firstAttr; > > } domNode; >@@ -637,6 +637,9 @@ typedef struct domTextNode { > struct domNode *parentNode; > struct domNode *previousSibling; > struct domNode *nextSibling; >+#ifdef TCL_THREADS >+ struct domNode *nextDeleted; >+#endif > > domString nodeValue; /* now the text node specific fields */ > int valueLength; >@@ -659,6 +662,9 @@ typedef struct domProcessingInstructionNode { > struct domNode *parentNode; > struct domNode *previousSibling; > struct domNode *nextSibling; >+#ifdef TCL_THREADS >+ struct domNode *nextDeleted; >+#endif > > domString targetValue; /* now the pi specific fields */ > int targetLength; >@@ -683,6 +689,9 @@ typedef struct domAttrNode { > int valueLength; > struct domNode *parentNode; > struct domAttrNode *nextSibling; >+#ifdef TCL_THREADS >+ struct domNode *nextDeleted; >+#endif > > } domAttrNode; > >-- >1.7.10.4 >
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 884789
:
658909
| 672141