Author: pgollucci
Date: Wed Jul 5 14:30:07 2006
New Revision: 419347
URL: http://svn.apache.org/viewvc?rev=419347&view=rev
Log:
note -fno-strict-aliasing change
Modified:
httpd/apreq/trunk/CHANGES
Modified: httpd/apreq/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?rev=419347&r1=419346&r2=419347&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Wed Jul 5 14:30:07 2006
@@ -4,6 +4,12 @@
@section v2_08 Changes with libapreq2-2.08 (under development)
+- Build [Philip M. Gollucci, Bojan Smojver, joes]
+ add -fno-strict-aliasing to all compiles on all systems
+ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740
+ This fixes an infinite look split_on_bdry() of library/parser_multipart.c
+ particularly on linux/gcc 4.x platforms.
+
- Perl Glue
Fix "value computed not used" gcc 4.1.x compile errors