summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-03-08 23:19:07 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-03-08 23:19:07 +0000
commit11f323b3f46e0f075471448068d670ea7de8c8fa (patch)
treefb63ac68fa97a8cdbc16cac6efbae48a85729051 /ChangeLog
parent3cc724e575f6499e6ff827e164b7d2fdc2af3968 (diff)
downloadanaconda-11f323b3f46e0f075471448068d670ea7de8c8fa.tar.gz
anaconda-11f323b3f46e0f075471448068d670ea7de8c8fa.tar.xz
anaconda-11f323b3f46e0f075471448068d670ea7de8c8fa.zip
* isys/str.c (strcount): If tmp is NULL, return 0 (#231290).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c96b595b7..0d55fceaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
argument, pull the MAC address from it and replace hyphens with colons
so that the MAC address is usable in loader (#209284).
+ * isys/str.c (strcount): If tmp is NULL, return 0 (#231290).
+
2007-03-08 Chris Lumens <clumens@redhat.com>
* kickstart.py (Raid): Subclass from F7_Raid instead.