[PATCH] state: fix range check on uint8 and uint32 variables
Marc Kleine-Budde
mkl at pengutronix.de
Fri Jul 3 07:16:22 PDT 2015
On 07/03/2015 04:07 PM, Marc Kleine-Budde wrote:
> The patch "8bfd06f073c8 state: uint8: add range check for uint8" as applied not
> correctly to the repository. It was supposed to change the state_uint8_create()
> function:
>
> | static struct state_variable *state_uint8_create(struct state *state,
> |
> | su32 = xzalloc(sizeof(*su32));
> |
> | - param = dev_add_param_int(&state->dev, name, state_set_dirty,
> | - NULL, &su32->value, "%u", state);
> | + param = dev_add_param_int(&state->dev, name, state_uint8_set,
> | + NULL, &su32->value, "%u", su32);
>
> but the state_uint32_create() was changed instead, which leads to broken range
> checks on uint32 variables and no range checks on uint8. This patch fixes the
> problem.
Sorry for the noise, that error occurred while rebasing my code to the
current release....origin/next is fine.
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20150703/54b07ae3/attachment.sig>
More information about the barebox
mailing list