diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2024-12-17 08:48:03 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2024-12-17 08:48:03 +0100 |
commit | 81b65d86956f1f47cf7d45cd58d9ca849fe8ffc6 (patch) | |
tree | 943f5fda9c048cefa7a30f781471ed74c66cf56b /gdb/python | |
parent | ccdddcac51d41d4c2adaf79d5db4d0eefa5a682b (diff) | |
download | binutils-81b65d86956f1f47cf7d45cd58d9ca849fe8ffc6.zip binutils-81b65d86956f1f47cf7d45cd58d9ca849fe8ffc6.tar.gz binutils-81b65d86956f1f47cf7d45cd58d9ca849fe8ffc6.tar.bz2 |
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>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions