Randall Stewart ad81507eed Two major items here:
- All printf that was surrounded by #ifdef SCTP_DEBUG moves to
  a macro that does all of this. This removes all printfs from
  the code and makes the code more portable and easier to
  read.
- Static Analysis (cisco) - found a few bugs, but mostly we
  add checks for NULL pointers and such to make the tool
  happy. We now pass the Cisco SA tools checks except for
  where it does not understand tailq/lists. We still need
  to look at the coverity tools output too (this is like
  the cisco SA tool) and see if it wants us to fix any other
  items. Hopefully this will be the last major churn in the
  code other than bug fixes.
2007-05-09 13:30:06 +00:00
..
2007-05-02 01:03:10 +00:00
2007-03-21 03:42:51 +00:00
2007-05-07 09:53:02 +00:00
2007-05-05 11:07:52 +00:00
2007-05-09 13:30:06 +00:00
2007-05-09 13:30:06 +00:00
2007-04-10 21:40:13 +00:00
2007-05-09 09:02:11 +00:00
2007-05-03 22:39:52 +00:00