ticket31545 296 B

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