From 4bb81eefbd2a0093d0d3c1b9f4aa1de027512834 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 11 May 2017 17:33:30 +0100 Subject: 41096: Don't assume null termination copying string. At this point the string may contain embedded nulls or not have a null termination at all. Also, as we always have the length memcpy() is more efficient. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed4b9972d..670fc9d89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-11 Peter Stephenson + + * 41096: Src/string.c: Fix dupstring_wlen() for unmetafied + string. It's not safe to assume null termination. + 2017-05-09 Peter Stephenson * unposted: Test/D02glob.ztst: Adding comment to test changed -- cgit 1.4.1