-
- Downloads
codec: catch potential stoi exception
All codec parameters are sent as strings and then some are converted to numbers. The stoi conversion can throw an exception if a string which is not actually an integer is passed and this should be caught. The daemon should not crash from passing bad values via the dbus. Change-Id: Ia42da689e08d601e0c94ad6ad14654ba9dfa8668 Tuleap: #215
Please register or sign in to comment