Opened at 2018-06-14T15:25:08Z
#109 new defect
C++ exceptions should be caught by reference
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | 0.5.29 | Keywords: | |
Cc: | Launchpad Bug: |
Description
src/pycryptopp/publickey/rsamodule.cpp:333]: (style) Exception should be caught by reference.
src/pycryptopp/publickey/rsamodule.cpp:364]: (style) Exception should be caught by reference.
src/pycryptopp/cipher/aesmodule.cpp:127]: (style) Exception should be caught by reference.
src/pycryptopp/cipher/xsalsa20module.cpp:109]: (style) Exception should be caught by reference.
src/pycryptopp/publickey/ecdsamodule.cpp:118]: (style) Exception should be caught by reference.
src/pycryptopp/publickey/ecdsamodule.cpp:422]: (style) Exception should be caught by reference.
Replies to dcb314@…
Note: See
TracTickets for help on using
tickets.