Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vgaarb: fix "target=default" passing
Commit 77c1ff3 fixed the userspace pointer dereference, but introduced another bug pointed out by Eugene Teo in RH bug #564264. Instead of comparing the point we were at in the string, we instead compared the beginning of the string to "default". Signed-off-by: Kyle McMartin <kyle@redhat.com> Reported-by: Eugene Teo <eteo@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
- Loading branch information