Skip to content
Snippets Groups Projects
Commit 736d1746 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

itest: add missing break statements to evalexp()


The commit mentioned below replaced return statements inside a switch so
that other code could be called after the switch. However, it didn't add
any break statements, causing the cases to run together. Fix this.

Reported-by: Coverity (CID 132282, 132283)
Fixes: 7861204c ("itest: make memory access work under sandbox")
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 34a60d9b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment