analyzer: fixes to call_summary_replay::dump_to_pp
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 6 Oct 2022 19:46:20 +0000 (15:46 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 6 Oct 2022 19:46:20 +0000 (15:46 -0400)
commit30d6356773a838366f6272f7e9900bacb31c44de
treecccce60578453b8656950b3bdfa228a6adc9dcc1
parent50c35c691517291dbb77b1661761bc59950ba101
analyzer: fixes to call_summary_replay::dump_to_pp

gcc/analyzer/ChangeLog:
* call-summary.cc (call_summary_replay::dump_to_pp): Bulletproof
against NULL caller regions/svalues.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/analyzer/call-summary.cc