Skip to content

fix/unit-test: add variable initialization

Darryl Green requested to merge github/fork/leandro-arm/fix_ut into master

Created by: leandro-arm

There are some variables unitilialized for testing resulting in unexpected behaviour. This patch fixes that giving them a default 0 value to ensure that all bytes are zeroed.

Change-Id: I29265f415bd9f9b1462884da7bc97ef83f1581a0

Merge request reports