mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-18 22:56:24 +00:00
This patch fixes a potential null dereference bug where we dereference pegasus before a null check. This patch simply moves the dereferencing after the null check. Signed-off-by: Micah Gruber <micah.gruber@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>