"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nataflop: potential out of bounds in do_format()\n\nThe function uses \"type\" as an array index:\n\n\tq = unit[drive].disk[type]->queue;\n\nUnfortunately the bounds check on \"type\" isn't done until later in the\nfunction. Fix this by moving the bounds check to the start."
"value":"En el kernel de Linux se ha resuelto la siguiente vulnerabilidad: ataflop: potencial fuera de los l\u00edmites en do_format() La funci\u00f3n utiliza \"tipo\" como \u00edndice de matriz: q = unidad[unidad].disco[tipo]->cola; Desafortunadamente, la verificaci\u00f3n de los l\u00edmites en \"tipo\" no se realiza hasta m\u00e1s adelante en la funci\u00f3n. Solucione este problema moviendo la verificaci\u00f3n de los l\u00edmites al inicio."