summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-10-09 18:33:48 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-10-09 18:33:48 +0000
commitdf9247c1425e23daaaf51e15d2afe5d3939b58a4 (patch)
tree91129b9aea5b210bb40381c9d1eff680b53a7677 /AUTHORS
parent743a57354cbb7fe0c0cfb38cca5d69a35d0f0f3d (diff)
downloadparted-df9247c1425e23daaaf51e15d2afe5d3939b58a4.tar.gz
* cs/geom.c (ped_geometry_read): Do not throw PED_EXCEPTION_ERROR here
if accessing sectors outside of partition boundary. Returning false causes ped_geometry_check() to shift correctly anyway. This occurs on current Mac disklabels, among other systems. git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@845 2d424fd7-7fe2-0310-af74-8bc65edeb173
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c6ad983..d550650 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -206,6 +206,8 @@ David Cantrell <dcantrell@redhat.com>
* Prevent SIGFPE when FAT sector size is 0
* Add virtual DASD (VIODASD) on iSeries support
* Use O_DIRECT I/O to prevent first partition corruption on GPT disks
+ * Prevent sector reading exceptions from ped_geometry_check() on Mac
+ disklabels.
Peter Jones <pjones@redhat.com>
* Add ped_exception_get_handler()