Source: subversion
Version: 1.13.0-3
Severity: normal
Tags: patch
Good morning James,
One of the Debian patches has a error leak:
[[[
--- debian/patches/last-changed-date-charset
+++ debian/patches/last-changed-date-charset
@@ -24,7 +24,7 @@ index c8c3018..b69f90a 100644
+ {
+ char *date_keyword;
+ char *date_utf8 = svn_time_to_human_cstring (date, pool);
-+ svn_utf_cstring_from_utf8(&date_keyword, date_utf8, pool);
++ SVN_ERR(svn_utf_cstring_from_utf8(&date_keyword, date_utf8,
pool));
+ svn_stringbuf_appendcstr(value, date_keyword);
+ }
break;
]]]
Cheers,
Daniel