Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e79cb87

Browse files
committed
[CID 16939] revdb: Initialise DBField fields in constructor
Coverity-ID: 16939
1 parent 686c6fa commit e79cb87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

revdb/src/dbdrivercommon.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2424

2525
// Default implementations for DBField
2626
DBField::DBField()
27+
: maxlength(),
28+
data()
2729
{
2830
freeBuffer = False;
2931
isAutoIncrement = False;

0 commit comments

Comments
 (0)