blob: 58921c2ad879d78a8d2aec9500449a58c9cb915c (
plain)
1
2
3
4
5
|
o Code simplification and refactoring:
- Rewrite format_node_description() and router_get_verbose_nickname() to
use strlcpy() and strlcat(). The previous implementation used memcpy()
and pointer arithmetic, which was error-prone.
Closes ticket 31545. This is CID 1452819.
|