Karsten Blees <karsten.blees@xxxxxxxxx> writes: > - if (p < path || p > path + strlen(path)) > - free((char *)p); > + free(p); The non-const cast was there for a reason. I'll locally fix it up (there is another instance of the same) to get it compile before queuing it on 'pu'. Thanks. -- 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