"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: fix finding a last resort AG in xfs_filestream_pick_ag\n\nWhen the main loop in xfs_filestream_pick_ag fails to find a suitable\nAG it tries to just pick the online AG. But the loop for that uses\nargs->pag as loop iterator while the later code expects pag to be\nset. Fix this by reusing the max_pag case for this last resort, and\nalso add a check for impossible case of no AG just to make sure that\nthe uninitialized pag doesn't even escape in theory."
"value":"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: xfs: se corrige la b\u00fasqueda de un AG de \u00faltimo recurso en xfs_filestream_pick_ag Cuando el bucle principal en xfs_filestream_pick_ag no puede encontrar un AG adecuado, intenta simplemente elegir el AG en l\u00ednea. Pero el bucle para eso usa args->pag como iterador de bucle mientras que el c\u00f3digo posterior espera que se configure pag. Corrija esto reutilizando el caso max_pag para este \u00faltimo recurso y tambi\u00e9n agregue una verificaci\u00f3n para el caso imposible de que no haya AG solo para asegurarse de que el pag no inicializado ni siquiera escape en teor\u00eda."