Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
e294b129
Commit
e294b129
authored
Aug 10, 2017
by
Jonathan Wilkes
Browse files
fix invalid read when no args are supplied
parent
8d80f47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/zexy/src/strcmp.c
View file @
e294b129
...
...
@@ -79,7 +79,7 @@ static void list2binbuf(t_binbuf**bbuf, int *n, char**str, int argc,
i
=*
n
;
s
=*
str
;
if
(
' '
==
s
[
i
])
{
if
(
s
&&
' '
==
s
[
i
])
{
s
[
i
]
=
0
;
}
}
...
...
Albert Gräf
@aggraef
mentioned in merge request
!592 (merged)
·
Oct 13, 2020
mentioned in merge request
!592 (merged)
mentioned in merge request !592
Toggle commit list
Albert Gräf
@aggraef
mentioned in commit
dc2bff82
·
Oct 14, 2020
mentioned in commit
dc2bff82
mentioned in commit dc2bff82c0df1c265b92f50141e39a9cfbb6325c
Toggle commit list
Write
Preview
Supports
Markdown
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