23 Jan
2007
23 Jan
'07
9:12 a.m.
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