]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Fix inner loop index variable. i and j are too close together ;)
authorTommi Virtanen <tv@hq.newdream.net>
Wed, 2 Feb 2011 17:59:49 +0000 (09:59 -0800)
committerTommi Virtanen <tv@hq.newdream.net>
Wed, 2 Feb 2011 18:04:34 +0000 (10:04 -0800)
commitacf40be97e28020e55e2b1ab70e33dd68361306d
treed553b66d784db64c90d63b75f6dbce88845f0c53
parentc7ac6f9298f4b63f7ea087da89696c623255ea7b
Fix inner loop index variable. i and j are too close together ;)

Before this fix, j would keep increasing well beyond in_len,
and lead to segfaults.
src/test/base64.cc