You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/18 21:43:58 UTC

[jira] [Work logged] (TS-4984) Memory leaks in test_sslheaders

     [ https://issues.apache.org/jira/browse/TS-4984?focusedWorklogId=30859&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30859 ]

ASF GitHub Bot logged work on TS-4984:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Oct/16 21:43
            Start Date: 18/Oct/16 21:43
    Worklog Time Spent: 10m 
      Work Description: GitHub user bryancall opened a pull request:

    https://github.com/apache/trafficserver/pull/1123

    TS-4984: Memory leaks in test_sslheaders

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bryancall/trafficserver TS-4984

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1123.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1123
    
----
commit 0e9973e83ef3aa6d412c3723a06e9d1e1f26b0e8
Author: Bryan Call <bc...@apache.org>
Date:   2016-10-18T21:43:06Z

    TS-4984: Memory leaks in test_sslheaders

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 30859)
            Time Spent: 10m
    Remaining Estimate: 0h

> Memory leaks in test_sslheaders
> -------------------------------
>
>                 Key: TS-4984
>                 URL: https://issues.apache.org/jira/browse/TS-4984
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins, Tests
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Leaks in test_sslheaders:
> {noformat}
> =================================================================
> ==4725==ERROR: LeakSanitizer: detected memory leaks
> Direct leak of 200 byte(s) in 1 object(s) allocated from:
>     #0 0x7f480d80ee60 in malloc (/lib64/libasan.so.3+0xc6e60)
>     #1 0x7f480c64a0b7 in CRYPTO_malloc (/lib64/libcrypto.so.10+0x6e0b7)
> Indirect leak of 2465 byte(s) in 58 object(s) allocated from:
>     #0 0x7f480d80ee60 in malloc (/lib64/libasan.so.3+0xc6e60)
>     #1 0x7f480c64a0b7 in CRYPTO_malloc (/lib64/libcrypto.so.10+0x6e0b7)
> SUMMARY: AddressSanitizer: 2665 byte(s) leaked in 59 allocation(s).
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)