[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: removal of svenl from the project



>>>>> "Daniel" == Daniel Stone <daniels@debian.org> writes:

    Daniel> The following is technically a well-formed diff:

    Daniel> --- init/main.c.orig    2006-03-15 23:11:48.000000000 +0200
    Daniel> +++ init/main.c 2006-03-15 23:12:23.000000000 +0200
    Daniel> @@ -653,6 +653,9 @@

    Daniel> static int init(void * unused)
    Daniel> {
    Daniel> +        char *foo = NULL, *bar = NULL;
    Daniel> +        strdup(bar, foo);
    Daniel> +
    Daniel> lock_kernel();
    Daniel> /*
    Daniel> * init can run on any cpu.

What the heck? Are you implying that would be a suitable well-formed
patch suitable for inclusion? Or did I miss some sarcasm?

Apart from the NULL pointers, strdup only takes one parameter...
-- 
Brian May <bam@debian.org>



Reply to: