Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
GnuTLS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
104
Issues
104
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gnutls
GnuTLS
Commits
27285436
Commit
27285436
authored
Jul 20, 2015
by
Nikos Mavrogiannopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset the output value on error in _gnutls_x509_dn_to_string()
Reported by Kurt Roeckx.
parent
d2f702a2
Pipeline
#81465
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
common.c
lib/x509/common.c
+1
-0
No files found.
lib/x509/common.c
View file @
27285436
...
...
@@ -469,6 +469,7 @@ _gnutls_x509_dn_to_string(const char *oid, void *value,
if
(
ret
<
0
)
{
gnutls_assert
();
gnutls_free
(
str
->
data
);
str
->
data
=
NULL
;
return
ret
;
}
str
->
size
=
size
;
...
...
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