[pacman-dev] New pacman testing RC

Jürgen Hötzel juergen at hoetzel.info
Mon Jan 22 19:31:02 EST 2007


On Mon, Jan 22, 2007 at 05:30:50PM -0600, Aaron Griffin wrote:
> On 1/22/07, James Rosten <seinfeld90 at gmail.com> wrote:
> > -Ss is most definitely broken.
> >
> > Internal pacman error: Segmentation fault
> > Please submit a full bug report, with the given package if appropriate.
> 
> Probably something I introduced with the alpm_list_t migration.  I'll
> fix this tonight.

You removed the "empty list assertion" in alpm_list_getdata, which prevented
the dereference of NULL pointers?

void *alpm_list_getdata(const pmlist_t *entry)
{
	ASSERT(entry != NULL, return(NULL));
	return(entry->data);
}

Jürgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://archlinux.org/pipermail/pacman-dev/attachments/20070123/6e5a31d1/attachment.pgp>


More information about the pacman-dev mailing list