You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by David Waite <ma...@akuma.org> on 2002/07/27 07:19:49 UTC

[PATCH] getopt long arguments

(not on list, cc on replies)

The documentation within include/apr_getopt.h says that the name 
argument within the option structure should be NULL if a long name is 
not present - but it performs a strlen on that value without checking 
for NULL.

-David Waite