mktree: plug memory leaks reported by Coverity
Johannes Schindelin committed over 9 years ago
pack-redundant: plug memory leak
Johannes Schindelin committed over 9 years ago
setup_discovered_git_dir(): plug memory leak
Johannes Schindelin committed over 9 years ago
setup_bare_git_dir(): help static analysis
Johannes Schindelin committed over 9 years ago
split_commit_in_progress(): simplify & fix memory leak
Johannes Schindelin committed over 9 years ago
Johannes Schindelin committed over 9 years ago
Johannes Schindelin committed over 9 years ago
mailinfo & mailsplit: check for EOF while parsing
Johannes Schindelin committed over 9 years ago
status: close file descriptor after reading git-rebase-todo
Johannes Schindelin committed over 9 years ago
difftool: address a couple of resource/memory leaks
Johannes Schindelin committed over 9 years ago
get_mail_commit_oid(): avoid resource leak
Johannes Schindelin committed over 9 years ago
git_config_rename_section_in_file(): avoid resource leak
Johannes Schindelin committed over 9 years ago
add_commit_patch_id(): avoid allocating memory unnecessarily
Johannes Schindelin committed over 9 years ago
Johannes Schindelin committed over 9 years ago
winansi: avoid use of uninitialized value
Johannes Schindelin committed over 9 years ago
mingw: avoid memory leak when splitting PATH
Johannes Schindelin committed over 9 years ago
am: check return value of resolve_refdup before using hash
René Scharfe committed over 9 years ago
checkout: check return value of resolve_refdup before using hash
René Scharfe committed over 9 years ago
convert: move packet_write_line() into pkt-line as packet_writel()
Ben Peart committed over 9 years ago
pkt-line: add packet_read_line_gently()
Ben Peart committed over 9 years ago