[Bug binutils/14302] ar mishandles 4GB files

2012-06-29 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14302 --- Comment #6 from Francois Gouget 2012-06-30 00:54:00 UTC --- Thanks for tweaking the patch so it could be committed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug binutils/14302] ar mishandles 4GB files

2012-06-27 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14302 Francois Gouget changed: What|Removed |Added Attachment #6489|0 |1 is obsolete|

[Bug binutils/14302] ar mishandles 4GB files

2012-06-27 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14302 --- Comment #2 from Francois Gouget 2012-06-27 09:30:08 UTC --- Note that 'ar p' is also impacted: $ ~/binutils-cvs/binutils/ar p ar4G.ar >file4G $ ls -l file4G -rw-r--r-- 1 fgouget fgouget 104857600 Jun 27 11:29 file4G -- Configure bugmail

[Bug binutils/14302] ar mishandles 4GB files

2012-06-27 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14302 Francois Gouget changed: What|Removed |Added Attachment #6488|0 |1 is obsolete|

[Bug binutils/14302] New: ar mishandles 4GB files

2012-06-27 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14302 Bug #: 14302 Summary: ar mishandles 4GB files Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Ass

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #6 from Francois Gouget 2011-12-21 23:54:57 UTC --- I attached a set of 5 patches that fix this issue (at least for me). I hope they're ok. If not let me know. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?ta

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #5 from Francois Gouget 2011-12-21 23:36:40 UTC --- Created attachment 6127 --> http://sourceware.org/bugzilla/attachment.cgi?id=6127 ar: Fix handling of archive elements larger than 2GB. -- Configure bugmail: http://sourceware

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #4 from Francois Gouget 2011-12-21 23:36:16 UTC --- Created attachment 6126 --> http://sourceware.org/bugzilla/attachment.cgi?id=6126 bfd: Always use bfd_size_type to manipulate the size of an archive element. -- Configure bugm

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #3 from Francois Gouget 2011-12-21 23:35:44 UTC --- Created attachment 6125 --> http://sourceware.org/bugzilla/attachment.cgi?id=6125 bfd: Fix parsing the size of archive elements larger than 2GB. -- Configure bugmail: http://s

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #2 from Francois Gouget 2011-12-21 23:35:17 UTC --- Created attachment 6124 --> http://sourceware.org/bugzilla/attachment.cgi?id=6124 bfd: Refuse to create an invalid archive when an archive element is too big. -- Configure bug

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #1 from Francois Gouget 2011-12-21 23:07:28 UTC --- Created attachment 6123 --> http://sourceware.org/bugzilla/attachment.cgi?id=6123 bfd: Fix writing the size of 2+GB elements in the archive. -- Configure bugmail: http://sourc

[Bug binutils/13534] New: ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 Bug #: 13534 Summary: ar mishandles files bigger than 2GB Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils