Re: [PATCH] kernel 2.5.5 - coredump sysctl

Alan Cox (alan@redhat.com)
Thu, 21 Feb 2002 10:12:07 -0500 (EST)


Would it be cleaner to use snprintf here ? Each of those checks you do
appears to come down to

buf+=snprintf(buf, sizeof(buffer)+buffer-buf, "%foo", arg)

which is how procfs tends to handle this stuff.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/