https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7148
--- Comment #4 from Mark Martinec <[email protected]> --- The problem is that the original expression is either redundant or doesn't do what the programmer had in mind. (I have yet to see a machine where NULL would not be 0). In either case it would make sense to fix the expression. The safer option is to test for empty string, i.e. longopts[i].name[0] == 0 -- You are receiving this mail because: You are the assignee for the bug.
