Skip to content

DB: Fixing memory access bug

Pavlo Solntsev requested to merge pavlosun/libgda:wip/dbfkey into master

Currently, a pointer to a string stored in the GList. This memory can be free'd that will make the pointer unvalid. Now, we store a string copy avoiding memory access issue.

Merge request reports