Uploaded image for project: 'XalanC'
  1. XalanC
  2. XALANC-285

SimpleXPathCAPI includes malloc.h

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 1.5
    • None
    • XPathC
    • None
    • Operating System: All
      Platform: All
    • 21268

    Description

      SimpleXPathCAPI still includes malloc.h which is deprecated and already
      results in #error on newver versions of OSes.

      Please commit following patch:

      — samples/SimpleXPathCAPI/SimpleXPathCAPI.c.Dist Wed Jul 2 10:47:38 2003
      +++ samples/SimpleXPathCAPI/SimpleXPathCAPI.c Wed Jul 2 10:47:38 2003
      @@ -3,7 +3,7 @@

      #include <assert.h>
      -#include <malloc.h>
      +#include <stdlib.h>
      #include <stdio.h>

      Attachments

        Activity

          People

            Unassigned Unassigned
            bzeeb@zabbadoz.net Bjoern A. Zeeb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: