Re: [PATCH] fix for programmer error in file equality check due to pointer logic

2013-12-06 Thread Eric Lubin
unstable code that could be optimized out by the compiler. On Dec 6, 2013, at 5:42 AM, Philip Martin wrote: > Eric Lubin writes: > >> [[[ >> * subversion/libsvn_subr/io.c >> (contents_three_identical_p): Fixed incorrect pointer check against NULL, >> when the

[PATCH] fix for programmer error in file equality check due to pointer logic

2013-12-05 Thread Eric Lubin
Index: subversion/libsvn_subr/io.c === --- subversion/libsvn_subr/io.c (revision 1548158) +++ subversion/libsvn_subr/io.c (working copy) @@ -4614,7 +4614,7 @@ contents_three_identical_p(svn_boolean_t *identica /* As long as a

[PATCH] fix for programmer error in path split text logic

2013-12-05 Thread Eric Lubin
Index: subversion/libsvn_subr/path.c === --- subversion/libsvn_subr/path.c (revision 1548158) +++ subversion/libsvn_subr/path.c (working copy) @@ -1252,7 +1252,7 @@ svn_path_splitext(const char **path_root, anything a