]> 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)
commit30adfcd3d8bbbee57fd3968e31ac55d795b683ca
tree9fdb1c4ce072fef5c70660420a0d46c1004c5d7c
parentc6faa18bc246817c759475f4b44221555a4e892b
rstream: Use snprintf in place of sprintf

Avoid possible buffer overrun.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/rstream.c