The GitHub Actions job "autoconf" on subversion.git/trunk has succeeded.
Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).

Head commit for run:
cf31289d178aa22d8974c546c4a3640a199f7ebb / Ivan Zhakov <[email protected]>
Correctly add '\0' to svn_stringbuf_t result in
svn_subr__win32_xlate_to_stringbuf().

All svn_stringbuf_t objects are expected to have their data null-terminated,
which wasn't the case with this function.

There were no real problem in the code because function is private and all
callers add '\0' to svn_stringbuf_t returned from
svn_subr__win32_xlate_to_stringbuf().

* subversion/libsvn_subr/win32_xlate.c
  (svn_subr__win32_xlate_to_stringbuf): Use calculated buffer length as
   destination length parameter when calling WideCharToMultiByte(). Set
   *DEST->DATA[len] to '\0'.

git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1933386 
13f79535-47bb-0310-9956-ffa450edef68

Report URL: https://github.com/apache/subversion/actions/runs/24995599284

With regards,
GitHub Actions via GitBox

Reply via email to