]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rstream: Use snprintf in place of sprintf
authorSean Hefty <sean.hefty@intel.com>
Tue, 29 May 2012 21:15:57 +0000 (14:15 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 29 May 2012 21:15:57 +0000 (14:15 -0700)
commit5511e1a1dd8add553da2b1fc35fce7dd0283012b
treefdfaeba03cd72a5fb2f57a5316f270c905d4dc15
parentc6faa18bc246817c759475f4b44221555a4e892b
rstream: Use snprintf in place of sprintf

Avoid possible buffer overrun.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>