debraj92 opened a new pull request #1661: DRILL-7047: Drill C++ Client crash due to Dangling stack ptr to sasl_callback_t URL: https://github.com/apache/drill/pull/1661 The fix moves the callback from being allocated on the stack as a local variable to a member variable. This ensures that the callback vector has the same lifetime as the sasl connection object.
---------------------------------------------------------------- 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
