Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-6527

Memory leak in the libprocess request decoder.

    XMLWordPrintableJSON

Details

    • Mesosphere Sprint 46
    • 2

    Description

      The libprocess decoder can leak a Request object in cases when a client disconnects while the request is in progress. In such cases, the decoder's destructor won't delete the active Request object that it had allocated on the heap.

      https://github.com/apache/mesos/blob/master/3rdparty/libprocess/src/decoder.hpp#L271

      Attachments

        Activity

          People

            anandmazumdar Anand Mazumdar
            anandmazumdar Anand Mazumdar
            Benjamin Mahler Benjamin Mahler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: