You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/17 03:06:17 UTC

[GitHub] [rocketmq-client-cpp] ShannonDing opened a new issue #277: heap-use-after-free risk caused by direct deconstruction in factory manager test.

ShannonDing opened a new issue #277: heap-use-after-free risk caused by direct deconstruction in factory manager test.
URL: https://github.com/apache/rocketmq-client-cpp/issues/277
 
 
   
   1. Please tell us about your environment:
   
    - What is your OS?
   centos7.2
    - What is your client version?
   2.0.1
    - What is your RocketMQ version?
   4.6.0
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
    - The ASAN Report
    [==========]Running 2 tests from 1 test case.
    [----------]Global test environment set-up.
    [----------]2 tests from MQClientManagerTest
    [ RUN      ]MQClientManagerTest.getClientFactory
    =================================================================
    ==124436==ERROR: AddressSanitizer: heap-use-after-free on address 0x6110000096f8 at pc 
    0x7efe51699cba bp 0x7efe4bdfac20 sp 0x7efe4bdfac18
    WRITE of size 8 at 0x6110000096f8 thread T4 (RemotingAsioT)
    [       OK ] MQClientManagerTest.getClientFactory (14 ms)
    [ RUN      ] MQClientManagerTest.removeClientFactory
    [       OK ] MQClientManagerTest.removeClientFactory (0 ms)
    [----------] 2 tests from MQClientManagerTest (14 ms total)
    [----------] Global test environment tear-down
    [==========] 2 tests from 1 test case ran. (14 ms total)
    [  PASSED  ] 2 tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-client-cpp] ShannonDing closed issue #277: heap-use-after-free risk caused by direct deconstruction in factory manager test.

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #277: heap-use-after-free risk caused by direct deconstruction in factory manager test.
URL: https://github.com/apache/rocketmq-client-cpp/issues/277
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services