Files
libgit2/include/git2
Etienne Samson 97b8491b01 refs: rename git_reference__set_name to git_reference__realloc
As git_reference__name will reallocate storage to account for longer
names (it's actually allocator-dependent), it will cause all existing
pointers to the old object to become dangling, as they now point to
freed memory.

Fix the issue by renaming to a more descriptive name, and pass a pointer
to the actual reference that can safely be invalidated if the realloc
succeeds.
2019-12-13 12:01:10 +01:00
..
2019-10-22 10:23:24 -04:00
2019-06-26 15:49:37 +02:00
2019-06-26 15:49:37 +02:00
2019-02-21 09:58:15 +00:00
2019-07-18 13:53:41 +02:00
2015-08-29 17:46:34 -06:00
2019-09-26 08:26:09 +02:00
2019-06-16 17:56:38 +01:00
2019-11-22 15:04:09 +11:00
2019-06-16 00:16:47 +01:00
2014-07-27 17:17:22 +02:00
2019-06-15 16:15:50 +02:00
2014-09-30 15:44:32 +02:00
2019-06-15 16:15:50 +02:00
2018-06-22 13:19:40 +02:00
2019-06-26 15:49:37 +02:00
2019-09-26 08:26:09 +02:00
2019-06-26 15:49:37 +02:00
2019-06-16 00:55:14 +01:00
2019-06-10 11:37:00 +01:00
2019-11-22 15:04:09 +11:00
2019-01-31 19:10:03 +00:00