]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Properly handle '=' while decoding base64 messages and null terminate strings returne...
authorMatthew Nicholson <mnicholson@digium.com>
Fri, 6 Nov 2009 16:26:59 +0000 (16:26 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Fri, 6 Nov 2009 16:26:59 +0000 (16:26 +0000)
commitaa51d30173975a933b8e8a92bf38e201be3e359f
treeba37194407ec3f324c0bec70dac6bfb41e8e0bc7
parent15d78bc88bac9e53725caab60b7d92ce0a89ec9e
Properly handle '=' while decoding base64 messages and null terminate strings returned from BASE64_DECODE.

(closes issue #15271)
Reported by: chappell
Patches:
      base64_fix.patch uploaded by chappell (license 8)
Tested by: kobaz

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@228378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_base64.c
main/utils.c