plugins: Ensure register handles are not NULL
commitad59d5caee26178b6719a2f38e931c89840b7350
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 20 Jun 2024 15:22:11 +0000 (20 16:22 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 24 Jun 2024 09:14:22 +0000 (24 10:14 +0100)
treec1420599cb87258a4ab73ad4062cc63f127d9b21
parent5b7d54d4ed7857b8b27fb040c6027ba59e003889
plugins: Ensure register handles are not NULL

Ensure register handles are not NULL so that a plugin can assume NULL is
invalid as a register handle.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20240229-null-v1-1-e716501d981e@daynix.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240620152220.2192768-4-alex.bennee@linaro.org>
plugins/api.c