]> Git Repo - qemu.git/commit - ui/vnc.c
Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange")
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 13 Mar 2009 15:03:27 +0000 (15:03 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 13 Mar 2009 15:03:27 +0000 (15:03 +0000)
commit457772e68f83ea02a33b58a70bd25ec5c028c077
tree30aeef0f40b9a1707be302b1341942f257202e91
parent5b0d272717ac6a1a2bc382f591a6a0a30ee52774
Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange")

As previously discussed, this patch removes the non-portable use of
asprintf(), replacing it with malloc+snprintf instead

Signed-off-by: Daniel P. Berrange <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6843 c046a42c-6fe2-441c-8c8c-71466251a162
vnc.c
This page took 0.02471 seconds and 4 git commands to generate.