Fixing the glibc adobe flash incompatibility

Benjamin Kreuter ben.kreuter at gmail.com
Thu Nov 18 04:26:31 UTC 2010


On Wednesday 17 November 2010 22:59:54 Matthew Garrett wrote:
> On Thu, Nov 18, 2010 at 12:42:56AM +0100, Kevin Kofler wrote:
> > Because it's NOT a bug in glibc, because what glibc does is CORRECT,
> > because it actually POINTS OUT bugs in applications which are
> > portability issues and can hurt future optimization opportunities
> > (regardless of whether the current implementation really is faster than
> > before or not) and, most importantly, because it is NOT our job to work
> > around bugs in proprietary software!
> 
> Pretty sure it doesn't point them out. It just breaks them.

Using memcpy on overlapping ranges is undefined behavior; a crash is a pretty 
good way of pointing that out.  Other undefined behavior causes a crash  (last 
I checked):

char*s = "Hi";
s[0] = 'h';

-- Ben



-- 
Message sent on: Wed Nov 17 23:25:00 EST 2010
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20101117/dfca4c66/attachment.bin 


More information about the devel mailing list