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

Re: [PATCH 1/2] Custom low-level merge driver support.

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:05

Hi,

On Wed, 18 Apr 2007, Johannes Sixt wrote:
Junio C Hamano wrote:
quoted
+       interpolate(cmdbuf, sizeof(cmdbuf), cmd, table, 3);
+
+       memset(&child, 0, sizeof(child));
+       child.argv = args;
+       args[0] = "sh";
+       args[1] = "-c";
+       args[2] = cmdbuf;
+       args[3] = NULL;
If I read the code correctly, there does not happen any shell quoting
anywhere; hence, this shell invocation is dangerous.
AFAICT the files used are all temporary files named ".merge_file_xxxx" in 
the current directory, so there should not be a chance to have spaces or 
other weird characters in the files.

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