Menu

#1290 pform_dump.cc: Fix some segfaults when trying to dump out null statements.

closed-accepted
nobody
None
4
2016-10-27
2016-10-23
Henry Wong
No

Some of the dump() functions call statement_->dump(...) without checking if statement_ is null. This patch changes them to print /* NOOP */ instead. (I'm guessing this mainly affects debugging?)

1 Attachments

Discussion

  • Stephen Williams

    Applied to git master.

     
  • Stephen Williams

    • status: open --> closed-accepted
     

Log in to post a comment.