WineHQ: add the HeapReAlloc() task to the Janitorial list

Dimitrie O. Paun dpaun at rogers.com
Wed Sep 24 23:51:37 CDT 2003


As per Eric's suggestion...

ChangeLog
    Add the HeapReAlloc() task to the Janitorial list.


-- 
Dimi.
-------------- next part --------------
Index: templates/en/janitorial.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/janitorial.template,v
retrieving revision 1.9
diff -u -r1.9 janitorial.template
--- templates/en/janitorial.template	19 Sep 2003 18:01:23 -0000	1.9
+++ templates/en/janitorial.template	25 Sep 2003 04:49:44 -0000
@@ -354,6 +354,17 @@
     <li>updated: Jan 27, 2003
   </ul>
 
+  <h3>Fix HeapReAlloc() calls</h3>
+  From Eric: <i>there's lot of code which relies on HeapReAlloc would allocate a block 
+  if the block to reallocate is NULL (as realloc does in stdlib);
+  this is not the case in windows, and we should fix it (and first, fix 
+  all the wine code relying on this)</i>
+  <ul>
+    <li>workers: wanted
+    <li>status: <span class=todo>TODO</span>
+    <li>updated: Sep 25, 2003
+  </ul>
+
   <h3>Include file cleanup</h3>
   That is, no more Wine-specific headers in <tt>include/</tt>. This is tightly
   related to the <b>DLL Separation</b> task, listed above. There are 50 Wine-only


More information about the wine-patches mailing list