On 19 July 2018 at 13:22, Markus Armbruster <[email protected]> wrote: > Peter Maydell <[email protected]> writes: >> Coverity CID 1394216 points out that in this function a >> little earlier we did a check on "if (!req && !err)", which >> implies that we can get here with a NULL req pointer, >> which will crash in qobject_to_json(). > > Since fixed in > commit 8720e63e monitor: Fix tracepoint crash on JSON syntax error
Aha, thanks. I've marked the Coverity issue as fix-submitted. -- PMM
