Name

kmemdup_nul — Create a NUL-terminated string from unterminated data

Synopsis

char * kmemdup_nul (const char * s,
 size_t len,
 gfp_t gfp);
 

Arguments

s

The data to stringify

len

The size of the data

gfp

the GFP mask used in the kmalloc call when allocating memory