Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
4428e5af
Verified
Commit
4428e5af
authored
Jun 19, 2020
by
Dmitry Volodin
Browse files
Fix
parent
f89fb980
Pipeline
#24287
passed with stages
in 16 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
speedup/ber.pyx
View file @
4428e5af
...
...
@@ -86,7 +86,7 @@ def parse_p_oid(bytes msg):
ptr
=
msg
o_ptr
=
out
if
ptr
[
0
]
==
"+"
:
if
ptr
[
0
]
==
0x2b
:
o_ptr
+=
snprintf
(
o_ptr
,
1024
-
(
o_ptr
-
out
),
"1.3"
)
else
:
o_ptr
+=
snprintf
(
...
...
Andrey Vertiprahov
@aversant
mentioned in commit
00ab7c55
·
Jun 19, 2020
mentioned in commit
00ab7c55
mentioned in commit 00ab7c55e0d0ace9283ec21b63b27f29c6f00a9f
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!3884 (merged)
·
Jun 19, 2020
mentioned in merge request
!3884 (merged)
mentioned in merge request !3884
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment