Commits
![Heinrich Schuchardt](https://secure.gravatar.com/avatar/3c0ac3a4aac38bc184c7b6c1e45e98e1.jpg?s=96&d=mm)
Heinrich Schuchardt committed 2c3ec289359
efi_loader: sanity checks when freeing memory Use a checksum to validate that efi_free_pool() is only called for memory allocated by efi_allocated_pool(). Add a plausibility check to efi_free_pages() checking that the address passed is page aligned. Update related function comments to match Sphinx style. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>