Skip to content
Commit a51c7968 authored by popcornmix's avatar popcornmix
Browse files

VCHIQ: Use unsigned integers for unsigned values

The VCHIQ interface used signed integers for values which are
inherently unsigned. Worse, the parameter validation code treated them
as if they were unsigned, checking for overflow but not underflow.

This patch converts those integers to unsigned integers.

Thanks to Jann Horn.
parent 3673c69f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment