"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nclk: visconti: prevent array overflow in visconti_clk_register_gates()\n\nThis code was using -1 to represent that there was no reset function.\nUnfortunately, the -1 was stored in u8 so the if (clks[i].rs_id >= 0)\ncondition was always true. This lead to an out of bounds access in\nvisconti_clk_register_gates()."
"value":"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: clk: visconti: evitar desbordamiento de matriz en visconti_clk_register_gates() Este c\u00f3digo usaba -1 para representar que no hab\u00eda una funci\u00f3n de reinicio. Desafortunadamente, el -1 se almacenaba en u8, por lo que la condici\u00f3n if (clks[i].rs_id >= 0) siempre era verdadera. Esto provoc\u00f3 un acceso fuera de los l\u00edmites en visconti_clk_register_gates()."