commit | 81b65d86956f1f47cf7d45cd58d9ca849fe8ffc6 | [log] [tgz] |
---|---|---|
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Tue Dec 17 08:48:03 2024 +0100 |
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Tue Dec 17 08:48:03 2024 +0100 |
tree | 943f5fda9c048cefa7a30f781471ed74c66cf56b | |
parent | ccdddcac51d41d4c2adaf79d5db4d0eefa5a682b [diff] |
gdbserver: check for nullptr condition in regcache::get_register_status A regcache can be initialized with a register value buffer, in which case, the register_status pointer is null. This condition is checked in set_register_status, but not in get_register_status. Do this check for consistence and safety. Approved-By: Simon Marchi <simon.marchi@efficios.com>