projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe58e1
)
Author: captdeaf@gmail.com
author
Rick L Bird
<nveid@yahoo.com>
Thu, 5 May 2011 21:28:08 +0000
(17:28 -0400)
committer
Rick L Bird
<nveid@yahoo.com>
Thu, 5 May 2011 21:28:08 +0000
(17:28 -0400)
<captdeaf@gmail.com@
ba372814
-4f39-11de-9ad6-
1127a62b9fcd
>
Date: Fri Dec 18 20:56:20 2009 +0000
Fixing a WalkerBug: Forgot to null terminate a buffer.
IssueID #135
src/funlist.c
patch
|
blob
|
history
diff --git
a/src/funlist.c
b/src/funlist.c
index 3df4e27aa644b6e9f7302b57b7a4123304c7ac73..e13ec47b85d7af07b003488fbf50eb3b095eaf5c 100644
(file)
--- a/
src/funlist.c
+++ b/
src/funlist.c
@@
-1745,6
+1745,7
@@
FUNCTION(fun_remove)
return;
r = lbuff;
safe_str(args[0], lbuff, &r);
+ *r = '\0';
s = args[1];
while ((r = split_token(&s, sep)) != NULL) {