[pacman-dev] New pacman testing RC
James Rosten
seinfeld90 at gmail.com
Mon Jan 22 20:12:45 EST 2007
>
> 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);
> }
I made that change and compiled and -Ss works again, but -Sg still doesn't list
anything.
Also:
james->monkeybox : ./test/usr/local/bin/pacman.static -Ss ^kernel26$
current/kernel26 2.6.19.2-1
The Linux Kernel and modules
extra/kernel26beyond 2.6.19.beyond2-1
The Linux Kernel and modules, with the Beyond patchset.
Shouldn't that only give me kernel26?
~ Jamie / yankees26
More information about the pacman-dev
mailing list