- bail out if screen resolution does not match PPM dimensions.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Feb 2009 15:28:43 +0000 (15:28 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Feb 2009 15:28:43 +0000 (15:28 -0000)
commit7307e06122997f3d5e0108cd1bab4b11a1d5ebdc
treed09cc810940608072ea56d070b9811d0da3dfe25
parent8dcb33c3eb97ca668f609baf790fc79ac3f9da1c
- bail out if screen resolution does not match PPM dimensions.
  Previously a 640x480 PPM on an e.g. 720x400 console would just segfault when
  reading the lines. While this bug should perhaps be fixed to handle such cases
  properly we just exit gracefully until somebody is willing to take care of it
  properly.
miscutils/fbsplash.c
util-linux/fbset.c