Files
libgit2/tests
Russell Belfer b5daae68a4 Allow git_buf_joinpath to accept self-joins
It was not safe for git_buf_joinpath to be used with a pointer
into the buf itself because a reallocation could invalidate
the input parameter that pointed into the buffer.  This patch
makes it safe to self join, at least for the leading input to
the join, which is the common "append" case for self joins.

Also added unit tests to explicitly cover this case.

This should actually fix #511
2011-12-14 14:31:06 -08:00
..
2011-02-02 02:15:25 +02:00
2011-11-26 08:48:00 +01:00
2011-11-28 21:08:29 +01:00
2011-07-01 18:02:56 +02:00
2011-11-28 21:08:29 +01:00
2011-11-26 08:48:00 +01:00
2011-03-21 19:27:45 +02:00
2011-07-12 18:19:56 +02:00
2011-06-28 21:10:51 +02:00