Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-964

ICULCPTranscoder::transcode memory leak

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.3.0
    • 2.4.0
    • Utilities
    • None
    • Operating System: Linux
      Platform: All
    • 21990

    Description

      ICULCPTranscoder::transcode memory leak
      when toTranscode include 40 single byte chars and 14 double bytes chars.

      — xerces-c-src_2_3_0/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp Wed
      Jul 30 19:16:16 2003
      +++ ICUTransService.cpp Wed Jul 30 19:17:39 2003
      @@ -899,7 +899,7 @@
      (
      fConverter
      , retBuf

      • , targetLen + 1
        + , targetLen
        , actualSrc
        , -1
        , &err
        @@ -1002,7 +1002,7 @@
        (
        fConverter
        , retBuf
      • , targetLen + 1
        + , targetLen
        , actualSrc
        , -1
        , &err

      Attachments

        Activity

          People

            Unassigned Unassigned
            junichi@cyze.jp NAKANO
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: