$NetBSD: patch-aa,v 1.4 2004/11/20 00:30:29 wiz Exp $ --- interface.c.orig 2004-10-31 22:09:14.000000000 +0100 +++ interface.c @@ -1540,7 +1540,7 @@ void UIMainInterface (void) { first_scr_ptr = first_ptr; highlighted = first_ptr; first_bak = NULL; - } else if (highlighted->feedcategories != NULL) { + } else if ((highlighted != NULL) && (highlighted->feedcategories != NULL)) { filters[0] = strdup (highlighted->feedcategories->name); filteractivated = 1; }