commit | a8c8d7c683419d059e302373afc6998244f5f60f | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Feb 17 13:13:57 2011 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Thu Feb 17 13:13:59 2011 +0100 |
tree | 6c194395808bd1021a6f2ff3808e054e0c3f6b7f | |
parent | 03e3b5a0f18c53560de1984fbbfca146d31da2a5 [diff] |
[S390] correct ipl parameter block safe guard The 'output' variable is passed from decompress_kernel to check_ipl_parmblock before it is initialized. That disables the safe guard against the overwrite of the ipl parameter block. Fix this by passing the correct value to check_ipl_parmblock. Reported-by: David Binderman <dcb314@hotmail.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>