Hi Max,
On Wed, Mar 16, 2016 at 05:34:57PM +0100, msuraev@sysmocom.de wrote:
- N. B: no length checks are performed on bv - it's callee's job to ensure
- enough space is available - for example by calling with dry_run = true first.
callee == the function being called, i.e. your function. caller == the 'parent' function calling this function.
I suppos you mean "It's callers jub to ensure..."