Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > sq_quote allocates some memory that should be freed. That's technically correct, but the code you are touching is immediately before exec() or die() so I chose to be sloppy and short ;-). With sq_quote_buf() (which was introduced with 77d604 Oct 10 2005), you should be able to directly write into the command[] buffer, I think. The code you touched predates that function (b10d0e July 8 2005). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html