[5962] in RedHat Linux List

home help back first fref pref prev next nref lref last post

4.0 upgrade reboot after "Finding packages to upgrade": fix

daemon@ATHENA.MIT.EDU (Peter Moulder)
Mon Nov 25 04:50:28 1996

To: redhat-list@redhat.com
From: Peter Moulder <reiter@netspace.net.au>
Date: 25 Nov 1996 20:50:13 +1100
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

Line 356 of upgrade.c doesn't check for pack == NULL.
-            (*pack)->selected = 1;
+            if (pack) (*pack)->selected = 1;

The reboot occurs if, of the packages installed on the existing
system, not all are available in the RPMS directory for upgrade.

pjm.


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
  ________________________________________________________________________
  http://www.redhat.com/RedHat-FAQ   http://www.redhat.com/RedHat-Errata
  http://www.redhat.com/RedHat-Tips  http://www.redhat.com/mailing-lists
  ------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post