summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2012-07-11 16:13:22 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2012-07-11 16:13:22 +0000
commit56661e97ee2f47f7c8ec1fe39e943103bc3ce476 (patch)
treeceb5b010ef78677fdda7d9aba30d2133b23bfa4e /include
parentcff227deb179d34e44b26669869a057f8924c61a (diff)
wcte12xp: Fix stack corruption when checking T1 RBS states.
This fixes an (embarrassing) error in t1_check_sigbits in the previous commit where I was writing pass the end of an array on the stack. Now instead of using an array on the stack, of which all elements were not used, the pending commands are now stored on a list. I also removed the automatic free of commands from __t1_getresults and now the function that allocated the command now frees them. I believe this will be less error-prone going forward. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10700 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions