GNOME Bugzilla – Bug 347914
gparted crashes if xfs_db fails
Last modified: 2006-07-19 17:30:04 UTC
If xfs_db fails (as happened in https://launchpad.net/distros/ubuntu/+source/gparted/+bug/50909) then gparted crashes too with an exception in basic_string::substr. I'll attach a patch in a moment to fix this.
Created attachment 69111 [details] [review] check find() return value before passing to substr() This follows the same style as is used in the other filesystem implementations.
in CVS, thanks for reporting. :)