Thread (4 messages) flat view 4 messages, 4 authors, 2016-06-15

Re: [PATCH] config.c: Expand $HOME and tilde character in core.excludesfile

From: Wayne Davison <hidden>
Date: 2016-06-15 22:44:08

On Mon, Jan 28, 2008 at 11:49:05PM +0200, Jari Aalto wrote:
+                        ret = str_replace(str, "~", home);
This would mangle a name with a tilde in it, e.g. "file.c~", etc.
+                        ret = str_replace(str, "$HOME", home);
This would affect similarly named vars, e.g. $HOMER, etc.
+                strcat( ptr, "");   /* Terminate with null string */
Calling strcat() requires a null-terminated string.  Instead, assign a
'\0' char at the right position.

..wayne..
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help