Re: [PATCH] argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefully
- From: Satyam Sharma <satyam@xxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 23:06:52 +0530 (IST)
On Tue, 31 Jul 2007, Neil Horman wrote:
As Jeremy and I had discussed in a previous thread, it would be nice if the
argv_split library function could gracefully handle a NULL pointer in the argcp
parameter, so as to allow functions using it that did not care about the value
of argc to not have to declare a useless variable. This patch accomplishes
that. Tested by me, with successful results.
The patch itself looks simple and straightforward enough, but having done
this, now you'd also want to cleanup the use of the dummy variable in the
callsites you mentioned above, correct? (Unless that's what Jeremy meant
in his reply already)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- Prev by Date: [PATCH 16] drivers/md/dm-hw-handler.c: kmalloc + memset conversion to kzalloc
- Next by Date: [PATCH 17] drivers/md/dm-path-selector.c: kmalloc + memset conversion to kzalloc
- Previous by thread: Re: [PATCH] argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefully
- Next by thread: Re: [PATCH] argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefully
- Index(es):
Relevant Pages
|
|