aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorArvind Sankar <[email protected]>2020-01-07 18:04:10 -0500
committerBorislav Petkov <[email protected]>2020-01-20 10:57:53 +0100
commitdacc9092336be20b01642afe1a51720b31f60369 (patch)
treef9fe38a67c1e0629839cd47ec7be8b9d03da352d /net/unix/af_unix.c
parent163159aad74d3763b350861b879b41e8f64121fc (diff)
x86/sysfb: Fix check for bad VRAM size
When checking whether the reported lfb_size makes sense, the height * stride result is page-aligned before seeing whether it exceeds the reported size. This doesn't work if height * stride is not an exact number of pages. For example, as reported in the kernel bugzilla below, an 800x600x32 EFI framebuffer gets skipped because of this. Move the PAGE_ALIGN to after the check vs size. Reported-by: Christopher Head <[email protected]> Tested-by: Christopher Head <[email protected]> Signed-off-by: Arvind Sankar <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://bugzilla.kernel.org/show_bug.cgi?id=206051 Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions