Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
c18c913c
Commit
c18c913c
authored
Sep 01, 2018
by
Nelson Elhage
Committed by
Patrick Steinhardt
Oct 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config: Fix a leak parsing multi-line config entries
(cherry picked from commit
38b85255
)
parent
da70156e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
src/config_file.c
+1
-0
No files found.
src/config_file.c
View file @
c18c913c
...
@@ -1369,6 +1369,7 @@ static int parse_multiline_variable(struct reader *reader, git_buf *value, int i
...
@@ -1369,6 +1369,7 @@ static int parse_multiline_variable(struct reader *reader, git_buf *value, int i
/* If it was just a comment, pretend it didn't exist */
/* If it was just a comment, pretend it didn't exist */
if
(
line
[
0
]
==
'\0'
)
{
if
(
line
[
0
]
==
'\0'
)
{
git__free
(
line
);
in_quotes
=
quote_count
;
in_quotes
=
quote_count
;
continue
;
continue
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment