Description
In NATableDB::get, there is a call to the NATable constructor that lacks an error check afterward. The NATable constructor calls several methods that have error returns, leaving the NATable object having sometimes incomplete state. In particular, if createNAFileSets fails, the clustering information will be missing. This will cause NATable::updateExtTableAttrs to abend when it then dereferences a null pointer.
Attachments
Issue Links
- links to