Displaying 1 result from an estimated 1 matches for "xs_printf".
Did you mean:
snprintf
2008 Oct 02
0
[PATCH] libblktap: Remove trailing null byte in xs_printf
xs_printf writes the terminating null byte of the passed string to
Xenstore. When reading, the null byte is returned in the following form
which confuses tools:
sector-size = "512\000"
This patch removes the null byte from the data to write.
Signed-off-by: Kevin Wolf <kwolf@suse.de>
____...