[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ros-bugs
Subject:    [ros-bugs] [Bug 708] Selfhosting (ros-on-ros compilation) fails.
From:       ReactOS.Bugzilla () reactos ! com
Date:       2005-08-28 14:07:53
Message-ID: 200508281407.j7SE7r8t029979 () reactos ! com
[Download RAW message or body]

http://reactos.com/bugzilla/show_bug.cgi?id=708





------- Additional Comments From hartmut.birr@gmx.de  2005-28-08 16:07 -------
The coff error is a bug in windres. A buffer allocation is too small.

M:\Sandbox\binutils\src_work\binutils>cvs diff -u resbin.c
Index: resbin.c
===================================================================
RCS file: /cvs/src/src/binutils/resbin.c,v
retrieving revision 1.8
diff -u -r1.8 resbin.c
--- resbin.c    8 May 2005 14:17:39 -0000       1.8
+++ resbin.c    28 Aug 2005 13:41:45 -0000
@@ -1408,7 +1408,7 @@

       d = (struct bindata *) reswr_alloc (sizeof *d);
       d->length = 8;
-      d->data = (unsigned char *) reswr_alloc (8);
+      d->data = (unsigned char *) reswr_alloc (10);

       put_16 (big_endian,
              a->flags | (a->next != NULL ? 0 : ACC_LAST),


-- 
Configure bugmail: http://reactos.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic