commit | 894592027535633de9438a8ff1e62d48a64767b6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed May 24 13:59:58 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Jun 09 07:42:44 2023 -0600 |
tree | fa891178476351c3698bf15549f2e441f5657150 | |
parent | 30711c89cc7dcd2bd4ea772b2f5dc639c5b1cfcc [diff] |
Use scoped_value_mark in two more places I found a couple of spots that could use scoped_value_mark. One of them is a spot that didn't consider the possibility that value_mark can return NULL. I tend to doubt this can be seen in this context, but nevertheless this is safer. Regression tested on x86-64 Fedora 36.