Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open Subsurface Data Universe Software
Platform
Domain Data Management Services
Seismic
Open VDS
Merge requests
!578
Fix uninitialized field in DataBlock structure / Default booleans to false when parsing VDSObject
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Morten Ofstad
requested to merge
feature/morten.ofstad/BugFixes
into
master
Mar 14, 2022
Overview
0
Commits
2
Pipelines
2
Changes
2
Fix uninitialized field in DataBlock structure created by ToDataBlock() function.
Make sure we default booleans that are not present in the VDSObject to false by introducing a TranslateBoolean helper function in VDSObjectParser.