Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBRD-24788] Add defense code to prevent core dump due to uninitializ…
…ed pointer variable in csql (#4336) http://jira.cubrid.org/browse/CBRD-24788 In csql, a pointer variable was declared but not initialized. Since these uninitialized variables have garbage values, using these variables can cause a core dump. Since this variable is used only in the for loop, it must be declared and initialized in the for loop.
- Loading branch information