Karthik Nayak <karthik.188@xxxxxxxxx> writes: > + if (skip_prefix(name, "objectname:size=", &p)) { > + unsigned int size = atoi(p); You have the same problem as for tag.c: don't use atoi, and make accurate error checking (absence of value, negative value, non-integer value). If you have other higher-priorities task, leave a temporary comment /* FIXME: ... */ or /* TODO: ... */ and make sure you have no such comment when you drop the "RFC" in the subject of your emails. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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