Package: bash Version: 3.1dfsg-8 While browsing the source code, I notice that in the file general.c, the string_to_rlimtype() routine, when called with NULL as its argument, would reach the if statement with that pointer s, which has the value NULL, is being dereferenced.
Upon looking at that routine, I think it is best to rewrite it so that it first tests for s being NULL, and returns a zero if it is, and then remove all subsequent tests for s being not NULL. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]