Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
ef49f5ac
Commit
ef49f5ac
authored
1 year ago
by
Constantin P.
💬
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix-9303' into 'master'
[*] bugfix-9303 See merge request
!1069
parents
b9cb5bba
47227a17
No related branches found
No related tags found
1 merge request
!1069
[*] bugfix-9303
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
sources/main_node_tool.c
+1
-1
1 addition, 1 deletion
sources/main_node_tool.c
version.mk
+1
-1
1 addition, 1 deletion
version.mk
with
5 additions
and
5 deletions
cellframe-sdk
@
a8d44be0
Compare
c735aa7f
...
a8d44be0
Subproject commit
c735aa7f53d1b1f0921d480fda928f372ae0a173
Subproject commit
a8d44be0833a419eb37059e382af44b3c2069331
This diff is collapsed.
Click to expand it.
dap-sdk
@
519e9413
Compare
d0e15e54
...
519e9413
Subproject commit
d0e15e54c509226134ca5ec45f0ca9436aec6dae
Subproject commit
519e9413c9b710d4ff41e8b0dbe18c2358afd7c3
This diff is collapsed.
Click to expand it.
python-cellframe
@
76d7da63
Compare
670d91e4
...
76d7da63
Subproject commit
670d91e437918ad3493fec9a164494360e01042e
Subproject commit
76d7da63d96b71d7b9457e1dd99af785feff6c11
This diff is collapsed.
Click to expand it.
sources/main_node_tool.c
+
1
−
1
View file @
ef49f5ac
...
@@ -368,7 +368,7 @@ static int s_cert_create_cert_pkey(int argc, const char **argv) {
...
@@ -368,7 +368,7 @@ static int s_cert_create_cert_pkey(int argc, const char **argv) {
l_cert_new
->
enc_key
->
pub_key_data
=
DAP_DUP_SIZE
(
l_cert
->
enc_key
->
pub_key_data
,
l_cert_new
->
enc_key
->
pub_key_data
=
DAP_DUP_SIZE
(
l_cert
->
enc_key
->
pub_key_data
,
l_cert
->
enc_key
->
pub_key_data_size
);
l_cert
->
enc_key
->
pub_key_data_size
);
if
(
!
l_cert_new
->
enc_key
->
pub_key_data
)
{
if
(
!
l_cert_new
->
enc_key
->
pub_key_data
)
{
log_it
(
L_ERROR
,
"Memory allocation error in
s_cert_create_cert_pkey"
);
log_it
(
L_ERROR
,
"Memory allocation error in
%s, line %d"
,
__PRETTY_FUNCTION__
,
__LINE__
);
return
-
1
;
return
-
1
;
}
}
l_cert_new
->
enc_key
->
pub_key_data_size
=
l_cert
->
enc_key
->
pub_key_data_size
;
l_cert_new
->
enc_key
->
pub_key_data_size
=
l_cert
->
enc_key
->
pub_key_data_size
;
...
...
This diff is collapsed.
Click to expand it.
version.mk
+
1
−
1
View file @
ef49f5ac
VERSION_MAJOR
=
5
VERSION_MAJOR
=
5
VERSION_MINOR
=
2
VERSION_MINOR
=
2
VERSION_PATCH
=
25
6
VERSION_PATCH
=
25
7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment