ivankelly opened a new pull request #2172: If auth is badly configured in c++, 
close the connection
URL: https://github.com/apache/incubator-pulsar/pull/2172
 
 
   This patch fixes a segfault where, if auth was badly configured,
   resulting in a null authentication pointer, the client would still try
   to use it to connect, and as a result, segfault.
   
   The patch adds a null check on the authentication object, and a check
   that the connection object is still valid before initialization of the
   tcp channel.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to