fbsplash: use virtual y size in mmap size calculations
authorTimo Teräs <timo.teras@iki.fi>
Mon, 26 Oct 2015 07:40:31 +0000 (09:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 27 Oct 2015 20:32:00 +0000 (21:32 +0100)
commit82c2fad26c4134cc60eed9a3f05a9bbec70ab65b
tree9d1045c5625cd2d86080ffbd4e03c35cacd863d8
parentcddc98eab7d770427941db4abae2da4ae68f1e68
fbsplash: use virtual y size in mmap size calculations

The virtual y can be larger - and we can be even writing there since
we are taking into account the y offset. Avoids possible crash.
But use it only if set, seems it is not set if virtual area is not
allocated (though, often fbcon allocates some scrollback area).

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/fbsplash.c