]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: Don't keep reading same sector of ISO
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 11 Feb 2013 21:22:11 +0000 (23:22 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Feb 2013 09:54:27 +0000 (10:54 +0100)
commitfbafb98c505e915ddcb63fe365940f34a047faea
treede81d13a85800990f8b8561b46fc4fb5f70a5939
parent5564a8c77fb0d63a2d6613fd52de71baa13d446b
libblkid: Don't keep reading same sector of ISO

We were reading the same sector over and over again when parsing ISO9660.
This patches fixes it.
libblkid/src/superblocks/iso9660.c