You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/26 23:33:27 UTC

[GitHub] merlimat opened a new pull request #602: Fix #601: Use long when calling curl_easy_getinfo in tests

merlimat opened a new pull request #602: Fix #601: Use long when calling curl_easy_getinfo in tests
URL: https://github.com/apache/incubator-pulsar/pull/602
 
 
   ### Motivation
   
   As reported in #601, there is a stack overrun in some tests, because `curl_easy_getinfo` expects a `long*` but we're passing an `int*`.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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