Philip Martin <philip.mar...@wandisco.com> writes:

These errors are in generated code which may be specific to my
machine, so here's some context:

> ==13541== Conditional jump or move depends on uninitialised value(s)
> ==13541==    at 0x7211D2C: svn_md5__digest_to_cstring (md5.c:62)
> ==13541==    by 0x7211E02: svn_md5_digest_to_cstring (md5.c:97)
> ==13541==    by 0xB9A1159: _wrap_svn_txdelta_apply_wrapper (svn_delta.c:7289)

   7287   vresult = rb_ary_new();
   7288   {
   7289     char *digest_string = (char *)svn_md5_digest_to_cstring(arg3, 
_global_pool);
   7290     vresult = SWIG_Ruby_AppendOutput(vresult, 
rb_str_new2(digest_string));
   7291   }

> ==13541== Invalid write of size 1
> ==13541==    at 0x3E8E20E893: apr_md5_final (apr_md5.c:240)
> ==13541==    by 0x7B11DFC: apply_window (text_delta.c:645)
> ==13541==    by 0x7B12569: svn_txdelta_send_txstream (text_delta.c:838)
> ==13541==    by 0xB997891: _wrap_svn_txdelta_send_txstream (svn_delta.c:3716)

   3709       arg3 = (void *)svn_swig_rb_make_baton(argv[1], 
_global_svn_swig_rb_pool);
   3710     }
   3711   }
   3712   if (argc > 2) {
   3713
   3714   }
   3715   {
   3716     result = (svn_error_t 
*)svn_txdelta_send_txstream(arg1,arg2,arg3,arg4);
   3717
   3718
   3719
   3720   }

-- 
Philip

Reply via email to