From 9fcd2cb682c842a821356fd6b3aef1c7935d4c43 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 8 Nov 2006 19:16:51 +0000 Subject: - don't segfault when importing isys on ppc (#214653) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0afda9447..1ae06353e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-08 Peter Jones + + * isys/isys.c (doGetBiosDisk): Check return value of getBiosDisk and + return None when appropriate. (#214653) + + * isys/isys.py (doGetBiosDisk): return None if we're not on x86. + 2006-11-08 Jeremy Katz * scripts/splittree.py: Don't fail with non-rpms in the -- cgit