serialize string input robustness
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 15 Aug 2010 23:11:37 +0000 (19:11 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 16 Aug 2010 04:13:19 +0000 (00:13 -0400)
Make sure we handle concurrently modified input strings gracefully.

Adds ust_buffers_strncpy interface. It fixes up the string if it does not fills
exactly the space allocated. Ensures the string ends with \0.

Removes unused "_ust_buffers_write" at the same time.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.037374 seconds and 4 git commands to generate.