security.c: buffer_read various fixes.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Fri, 10 Sep 2010 07:22:40 +0000 (00:22 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
commitfbb38de415b7bb7d743e53a7b4b887ffb12b3e5b
tree150d3b2c14a0b9f40954b6469c5a632a7920e0cf
parent0006cdddee80718cb83aab0f1b544d79f1262159
security.c: buffer_read various fixes.

Tighten the type of the |data| parameter to avoid a cast. Also made
it const as we should not modify it.

Added a DEBUGASSERT on the size to be written while changing it.
lib/security.c