Messages in this thread |  | | Date | Thu, 23 Jan 2003 15:21:38 +0100 | From | Martin Mares <> | Subject | Re: [PATCH] [TRIVIAL] kstrdup |
| |
Hi!
> Ehm?! What's confusing on strdup? Or you want to also introduce > kmemcpy, kmemcmp, ksprintf etc?
No, as long as they don't allocate any memory.
"kstrdup" makes it clear that the string is allocated by kmalloc() and should be freed by kfree().
Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth "In theory, practice and theory are the same, but in practice they are different." -- Larry McVoy - 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/
|  |