summaryrefslogtreecommitdiff
path: root/changes/ticket31545
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket31545')
-rw-r--r--changes/ticket315455
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket31545 b/changes/ticket31545
new file mode 100644
index 0000000000..58921c2ad8
--- /dev/null
+++ b/changes/ticket31545
@@ -0,0 +1,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.