Re: [PATCH rtems-tools v1 0/2] Uncaught exception patches

2021-10-07 Thread Chris Johns
OK for both On 8/10/21 12:40 am, Ryan Long wrote: > Hi, > > These patches fix the "Uncaught exception" Coverity issues. To fix this, > I just added a try and catch for the exception that Coverity identified. > > Thanks, > Ryan > > Ryan Long (2): > TraceConverter.cc: Add catch for exception >

[PATCH rtems-tools v1 0/2] Uncaught exception patches

2021-10-07 Thread Ryan Long
Hi, These patches fix the "Uncaught exception" Coverity issues. To fix this, I just added a try and catch for the exception that Coverity identified. Thanks, Ryan Ryan Long (2): TraceConverter.cc: Add catch for exception rld-rapp.cpp: Add catch for exception rtemstoolkit/rld-rap.cpp