Actions
Bug #11851
closedFix issues revealed in TTY environment model specifications when checking tests using memory safety
Start date:
08/24/2022
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
When dealing with #11810, I checked memory safety for tests intended for TTY environment model specifications. This revealed 2 issues:
- Missed install callback is considered as a failure.
- There is a memory leak in the model of the tty_port_register_device() function.
Updated by Evgeny Novikov about 2 years ago
- Blocks Feature #11810: Check whether the same resources are passed to various related callbacks added
Updated by Evgeny Novikov about 2 years ago
- Status changed from New to Resolved
I fixed both issues in branch fix-minor-issues-tty-envmodel-spec. Let's see on testing results.
Updated by Evgeny Novikov about 2 years ago
- Status changed from Resolved to Closed
Tests did not reveal any changes, so I merged the branch to master in cb5f01529. I marked this commit as v3.7rc1.
Actions