K 10 svn:author V 6 tsoome K 8 svn:date V 27 2020-05-11T06:59:01.181484Z K 7 svn:log V 227 MFC r360836: loader: vdev_read() can corrupt memory When reading less than sector size but from sector boundary, the vdev_read() will read full sector into the provided buffer and therefore corrupting memory past buffer end. END