You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2016/09/09 13:42:20 UTC

[jira] [Created] (IGNITE-3876) ODBC: Check all output parameters for nulls before assignment.

Igor Sapego created IGNITE-3876:
-----------------------------------

             Summary: ODBC: Check all output parameters for nulls before assignment. 
                 Key: IGNITE-3876
                 URL: https://issues.apache.org/jira/browse/IGNITE-3876
             Project: Ignite
          Issue Type: Sub-task
          Components: odbc
    Affects Versions: 1.7
            Reporter: Igor Sapego
            Assignee: Igor Sapego
             Fix For: 1.8


Currently, we suppose that all the output pointer parameters are not null and point to the valid data. Practice shows that a lot of users call ODBC functions with NULL parameters if they don't need some of the output values. Review the API and add all necessary null-checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)