Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/593#discussion_r71007168
  
    --- Diff: core/sql/executor/ExHbaseAccess.cpp ---
    @@ -2996,6 +3003,14 @@ void ExHbaseAccessTcb::handleException(NAHeap *heap,
          errorMsgLen = strlen("[UNKNOWN EXCEPTION]\n");
    --- End diff --
    
    Looks like errorMsg is uninitialized in this code path. Perhaps we need to 
add, "errorMsg = "[UNKNOWN EXCEPTION]" here? (And maybe change this line to 
errorMsgLen = strlen(errorMsg)?)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to