Use abort() rather than exit() to appease tools like rpmlint. abort() is used
authorStefan Krah <skrah@bytereef.org>
Fri, 30 Mar 2012 12:12:20 +0000 (14:12 +0200)
committerStefan Krah <skrah@bytereef.org>
Fri, 30 Mar 2012 12:12:20 +0000 (14:12 +0200)
commit0e41981cd512b9735fb0ff63a82d2d5264aff5be
treeb8e9b20b700485b1718f890560a90bf7f1c541e2
parentad95c2d25c5fe5c4c88b73de2c60722ba56572e9
Use abort() rather than exit() to appease tools like rpmlint. abort() is used
in libmpdec to prevent undefined behavior if an invalid context is used. This
cannot occur for the _decimal module since user input for the context is
validated.
Modules/_decimal/libmpdec/mpdecimal.h