commit | d788445a7dcccb4928f6374f29997fdef60afd75 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Dec 22 00:37:41 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 23 02:04:25 2018 +0100 |
tree | 0e1bf07eb0283cfc68f5de4ffa72932c944b85d4 | |
parent | 685dc1b19e08d47545a4874eaa393846f6db741d [diff] |
efi_selftest: block device: avoid read after free Reading the position in a file after closing the same results in a read after free. Correct the sequence in the test. Reported-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>