]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_str: Fix improper member access to struct ast_str members.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 19 Nov 2014 16:38:10 +0000 (16:38 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 19 Nov 2014 16:38:10 +0000 (16:38 +0000)
commit094eeade6ede1cb97223d4aba155f1d705d265ae
tree287f28873de505ae4999813634cf2d47ce91d7c4
parentb3e0d05aadba2d9cfe2a72217dd0cb71b63eb78a
ast_str: Fix improper member access to struct ast_str members.

Accessing members of struct ast_str outside of the string manipulation API
routines is invalid since struct ast_str is supposed to be treated as
opaque.

Review: https://reviewboard.asterisk.org/r/4194/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@428244 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
channels/sip/security_events.c
res/res_calendar.c