[sr-dev] git:master: dmq: many safety checks for mem mallocs and function return codes

Daniel-Constantin Mierla miconda at gmail.com
Sun May 26 10:45:35 CEST 2013


Module: sip-router
Branch: master
Commit: 1977645ceb12ca2d0f2f767046606f6c5ae2c3bb
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1977645ceb12ca2d0f2f767046606f6c5ae2c3bb

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun May 26 10:43:24 2013 +0200

dmq: many safety checks for mem mallocs and function return codes

- added license header in the files

---

 modules/dmq/bind_dmq.c          |   27 ++++++
 modules/dmq/bind_dmq.h          |   35 +++++++-
 modules/dmq/dmq.c               |   46 +++++++---
 modules/dmq/dmq.h               |   29 ++++++-
 modules/dmq/dmq_funcs.c         |  128 ++++++++++++++++++++++-----
 modules/dmq/dmq_funcs.h         |   38 +++++++-
 modules/dmq/dmqnode.c           |  185 +++++++++++++++++++++++++++++++++------
 modules/dmq/dmqnode.h           |   29 ++++++-
 modules/dmq/message.c           |   37 ++++++++-
 modules/dmq/message.h           |   28 ++++++
 modules/dmq/notification_peer.c |   93 +++++++++++++++++---
 modules/dmq/notification_peer.h |   31 ++++++-
 modules/dmq/peer.c              |   98 ++++++++++++++++++---
 modules/dmq/peer.h              |   29 ++++++-
 modules/dmq/worker.c            |  133 +++++++++++++++++++++++-----
 modules/dmq/worker.h            |   30 ++++++-
 16 files changed, 861 insertions(+), 135 deletions(-)

Diff:   http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=1977645ceb12ca2d0f2f767046606f6c5ae2c3bb



More information about the sr-dev mailing list