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

Avoid possible buffer overrun.

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