]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix coverity static analysis warning, allocate full ie structure
authorAlexandr Anikin <may@telecom-service.ru>
Thu, 3 May 2012 14:18:25 +0000 (14:18 +0000)
committerAlexandr Anikin <may@telecom-service.ru>
Thu, 3 May 2012 14:18:25 +0000 (14:18 +0000)
instead of without data buffer

(close issue ASTERISK-19674)
Reported by: Matt Jordan
Patches:
  ASTERISK-19674.patch (License #5415)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@365143 65c4cc65-6c06-0410-ace0-fbb531ad65f3

addons/ooh323c/src/ooq931.c

index 01163510ed29ea66286a0ace0d7fa5aaadf7eeab..ae54c7b1f277ba5a38b0929c75dccd2ef270e8bf 100644 (file)
@@ -140,7 +140,7 @@ EXTERN int ooQ931Decode
       }
       else {
          ie = (Q931InformationElement*) memAlloc (pctxt, 
-                                        sizeof(*ie) - sizeof(ie->data));
+                                        sizeof(*ie));
          if(!ie)
          {
             OOTRACEERR3("Error:Memory - ooQ931Decode - ie(%s, %s)\n",