Changeset e84b9f3 in rtems-tools

Timestamp:
04/05/21 16:40:03 (3 years ago)
Author:
Alex White <alex.white@…>
Branches:
master
Children:
0b94fb0
Parents:
de185fe
git-author:
Alex White <alex.white@…> (04/05/21 16:40:03)
git-committer:
Joel Sherrill <joel@…> (04/07/21 20:33:26)
Message:

covoar: Fix NULL check of wrong variable (CID #1399602)

CID 1399602: Dereference null return value in
Explanations::writeNotFound().

In Explanations::writeNotFound() there were two NULL checks of the
fileName variable where only one is needed. The second check has been
changed to a NULL check of notFoundFile to match the original intent.

Closes #4377

(No files)

Note: See TracChangeset for help on using the changeset viewer.