[
https://issues.apache.org/jira/browse/TS-4985?focusedWorklogId=30863&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30863
]
ASF GitHub Bot logged work on TS-4985:
--------------------------------------
Author: ASF GitHub Bot
Created on: 18/Oct/16 22:04
Start Date: 18/Oct/16 22:04
Worklog Time Spent: 10m
Work Description: GitHub user bryancall opened a pull request:
https://github.com/apache/trafficserver/pull/1124
TS-4985: Memory leak in test_X509HostnameValidator
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bryancall/trafficserver TS-4985
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1124.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 #1124
----
commit 720f493552b56e3377725bcc165a2d53cb1d6b29
Author: Bryan Call <[email protected]>
Date: 2016-10-18T22:03:31Z
TS-4985: Memory leak in test_X509HostnameValidator
----
Issue Time Tracking
-------------------
Worklog Id: (was: 30863)
Time Spent: 10m
Remaining Estimate: 0h
> Memory leak in test_X509HostnameValidator
> -----------------------------------------
>
> Key: TS-4985
> URL: https://issues.apache.org/jira/browse/TS-4985
> Project: Traffic Server
> Issue Type: Bug
> Components: Core, Tests
> Reporter: Bryan Call
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {noformat}
> ==5402==ERROR: LeakSanitizer: detected memory leaks
> Direct leak of 1560 byte(s) in 10 object(s) allocated from:
> #0 0x7fcb950aae60 in malloc (/lib64/libasan.so.3+0xc6e60)
> #1 0x7fcb93ee60b7 in CRYPTO_malloc (/lib64/libcrypto.so.10+0x6e0b7)
> Indirect leak of 16584 byte(s) in 447 object(s) allocated from:
> #0 0x7fcb950aae60 in malloc (/lib64/libasan.so.3+0xc6e60)
> #1 0x7fcb93ee60b7 in CRYPTO_malloc (/lib64/libcrypto.so.10+0x6e0b7)
> Indirect leak of 512 byte(s) in 8 object(s) allocated from:
> #0 0x7fcb950ab210 in realloc (/lib64/libasan.so.3+0xc7210)
> #1 0x7fcb93ee61ac in CRYPTO_realloc (/lib64/libcrypto.so.10+0x6e1ac)
> SUMMARY: AddressSanitizer: 18656 byte(s) leaked in 465 allocation(s).
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)