Comment 6 for bug 499422

Revision history for this message
Launchpad Janitor (janitor) wrote : Re: [lucid] early segmentation fault in libc during startup

This bug was fixed in the package initramfs-tools - 0.92bubuntu62

---------------
initramfs-tools (0.92bubuntu62) lucid; urgency=low

  * src/wait-for-root.c:
    - device records we obtain from udev may not have a device node name
      yet, check to avoid strcmp between NULL and our path. LP: #499422.
    - device records from the queue may not exist at all, check to avoid
      calling udev_device_unref on NULL (which should be safe anyway).
    - eliminate a race condition; by checking the filesystem before the
      queue, there was a small chance that udev could finish processing
      between our calls
 -- Scott James Remnant <email address hidden> Tue, 22 Dec 2009 19:30:01 +0000