Re: [PATCH] Fix uninitialized memory in get_local_heads()
From: Jay Soffian <hidden> Date: 2016-06-15 22:46:37
On Mon, Apr 20, 2009 at 6:20 AM, Johannes Schindelin
[off-list ref] wrote:
In 454e202(move duplicated get_local_heads() to remote.c), a static
local variable was moved into a function, but not initialized.
This resulted in a crash when trying to push from an empty repository.
Noticed by Matthieu Moy.
Signed-off-by: Johannes Schindelin <redacted>