Skip to content
  • Adrien Béraud's avatar
    codec: catch potential stoi exception · b1120dc1
    Adrien Béraud authored
    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
    b1120dc1