Add ChangeLog entry for #3311: fix uninitialised variable

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2020-06-25 13:08:25 +01:00
parent 3ec2e4a464
commit 0b849818d3

View file

@ -0,0 +1,3 @@
Bugfix
* Fix false positive uninitialised variable reported by cpp-check.
Contributed by Sander Visser in #3311.