commit | fbb38de415b7bb7d743e53a7b4b887ffb12b3e5b | [log] [tgz] |
---|---|---|
author | Julien Chaffraix <julien.chaffraix@gmail.com> | Fri Sep 10 00:22:40 2010 -0700 |
committer | Daniel Stenberg <daniel@haxx.se> | Wed Sep 22 23:34:36 2010 +0200 |
tree | 150d3b2c14a0b9f40954b6469c5a632a7920e0cf | |
parent | 0006cdddee80718cb83aab0f1b544d79f1262159 [diff] |
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.