
The meta table containing the min and max values for any cfg item is of type int32_t. This is used to do boundary checks for unsigned int cfg items whose max: possible value will be higher. Type cast the signed int min, max meta data to unsigned int before we do the boundary checks. Change-Id: I18a3047a3afa78864c76b813ca93f5b82f2274a7 CRs-Fixed: 2213359