commit | c908768483202c8ce57314d5a240337c08c78e4b | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Fri Aug 09 01:59:32 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Sep 06 10:47:46 2024 +0200 |
tree | 2933011b23b3345a6079d4371b8db2b342c255fb | |
parent | 27b05b5c99698247b50528f34c8c23590729044c [diff] |
soc: qcom: cmd-db: use strncmp() instead of memcmp() memcmp() can cause aborts on some platforms and generally seems to be the wrong approach here. Use strncmp() instead which is more correct. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>