* Philipp Kern <[email protected]>, 2010-07-31, 03:42:
I'd like to fix a bug in command line parsing code that leads to crashes if one of the common options is used. Debdiff is attached.

Is it okay to upload?

I can imagine that it fixes -i not taking an argument, does it also fix the segfault if there are too many arguments?

It does. The crash is a consequence of dereferencing optarg, which was
not initialized, because the option was incorrectly declared as taking no arguments.

If so it's ok to upload,

Done.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature

Reply via email to