commit | 2c2316c5fd2bf6310c21c1c88a940be8494d1870 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Oct 20 10:55:35 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Nov 15 11:55:44 2022 -0700 |
tree | 018b7167aa733721a2270943301b279fb9def6f5 | |
parent | b0e8fa7ff0dc9a32ff71df0e895aa7fb5089fcfa [diff] |
Fix crash in ada_print_type The "varstring" paramter to ada_print_type can be null, but one spot failed to check this. This could cause a crash in some situations. As this is Ada-specific, and we've been using it internally at AdaCore for a while, I am going to push it.