| commit | fcce95b68cbb1fbeb3bdaa1429defc347678fb2b | [log] [tgz] |
|---|---|---|
| author | Aleksandar Rikalo <arikalo@gmail.com> | Fri Jun 20 09:08:07 2025 +0200 |
| committer | Pedro Alves <pedro@palves.net> | Fri Jun 20 20:11:03 2025 +0100 |
| tree | 53da08a3345aa20b50c53d93926f44f3535c6458 | |
| parent | 404285eda06bef2532f2f219eed50ef03f5b608c [diff] |
gdbsupport: Use xsnprintf() instead of strcat() in print-utils Theoretically, in functions core_addr_to_string_nz() and core_addr_to_string(), strcat() can overflow, so use a safe approach using xsnprintf(). Change-Id: Ib9437450b3634dc35077234f462a03a8640242d4