Comment 0 for bug 24242

Revision history for this message
Eric Feliksik (milouny) wrote :

gnome-nettool 1.4.1 segfaults when called from the commandline with wrong or
incomplete arguments.

Works:
$ gnome-nettool -l www.aap.nl
$ gnome-nettool -p www.aap.nl
$ gnome-nettool --ping=www.aap.nl
$ gnome-nettool --ping=

The latter options pops up a window "a network address was not specified". Nice!

Segmentations fault occur with:
$ gnome-nettool -l
$ gnome-nettool -p
$ gnome-nettool --ping
$ gnome-nettool -help
$ gnome-nettool --random-string

This is not a catastrophic bug, but it's a bug.