After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317921 - strict aliasing problem
strict aliasing problem
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
1.1.15
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-04 12:44 UTC by Karl Eichwalder
Modified: 2006-12-05 10:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
aliasing.patch (757 bytes, patch)
2005-10-04 12:45 UTC, Karl Eichwalder
none Details | Review

Description Karl Eichwalder 2005-10-04 12:44:12 UTC
Marcus Meissner fixed a strict aliasing problem.  I attach the patch
Comment 1 Karl Eichwalder 2005-10-04 12:45:49 UTC
Created attachment 53015 [details] [review]
aliasing.patch
Comment 2 kbuchcik 2006-05-12 10:52:40 UTC
Does someone know what to do with this patch? Was it already applied?
What does it do/fix?
Comment 3 William M. Brack 2006-05-12 11:11:01 UTC
Apparently it hasn't (yet) been applied - it should fix the warning generated by gcc:
extensions.c: In function `xsltExtModuleRegisterDynamic':
extensions.c:418: warning: dereferencing type-punned pointer will break strict-aliasing rules

Should be OK to apply :-)
Comment 4 Daniel Veillard 2006-12-05 10:04:09 UTC
Okay, I don't know why this wasn't applied before, I just commited
it into CVS,

  thanks,

Daniel