| commit | 40dbfae440abe6860167f12e0296bd7a1a599839 | [log] [tgz] |
|---|---|---|
| author | Allan Stephens <allan.stephens@windriver.com> | Mon May 05 01:21:54 2008 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Mon May 05 01:21:54 2008 -0700 |
| tree | 4f18c4e5ba32240f90a9769c798d0c725ddb3dc0 | |
| parent | 93758c3da19e99f5377cc1413c27320882b18f4b [diff] |
tipc: Fix null pointer dereference in debug code This patch eliminates an obsolete use of the DBG_OUTPUT print buffer which could lead to a null pointer crash in tipc_printf() if TIPC's debugging capabilities are configured. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>