Never use throw directly!
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 28 Apr 2006 16:11:54 +0000 (16:11 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 28 Apr 2006 16:11:54 +0000 (16:11 +0000)
commita685519620ff0da79d540a6e35063d2ba30a7870
treeb2ca8651fb07bba7bfb577513f94c5742ade25c1
parenta1c11f3e8556654f00ae09d3b61dc897a425258d
Never use throw directly!
use ZYPP_THROW with a Exception class, otherwise package bindings
will not catch them.
Should fix crashes when reading broken sources with yast.
zypp/source/susetags/ProductMetadataParser.cc
zypp/source/susetags/SuseTagsImpl.cc
zypp/source/yum/YUMSourceImpl.cc
zypp/target/store/XMLFilesBackend.cc