diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-31 17:56:24 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-31 18:15:43 +0300 |
commit | 96082f398145757ef092ef19af53f12666b69552 (patch) | |
tree | 3e72630155a3d3a3394289a607eaecf658fc309f /tests/kms-test-crc.py | |
parent | b4da7b2eacdfa8e4a88cbe190d79a0cb11f82b92 (diff) |
kmstest: Fix exception handling in CRCReader constructor and destructor
If an exception occurs in the CRCReader constructor, the self.dir,
self.ctrl and self.data members may not be set. This causes another
exception to be thrown by the destructor when it tries to access those
members. Fix it by initializing all the members first, and only closing
the dir and ctrl file descriptors if they have been successfully opened.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/kms-test-crc.py')
0 files changed, 0 insertions, 0 deletions