1. 26 4月, 2011 1 次提交
    • D
      bluetooth: Fix use-before-initiailized var. · bf734843
      David S. Miller 提交于
      net/bluetooth/l2cap_core.c: In function ‘l2cap_recv_frame’:
      net/bluetooth/l2cap_core.c:3612:15: warning: ‘sk’ may be used uninitialized in this function
      net/bluetooth/l2cap_core.c:3612:15: note: ‘sk’ was declared here
      
      Actually the problem is in the inline function l2cap_data_channel(), we
      branch to the label 'done' which tests 'sk' before we set it to anything.
      
      Initialize it to NULL to fix this.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bf734843
  2. 15 4月, 2011 2 次提交
  3. 14 4月, 2011 1 次提交
  4. 13 4月, 2011 5 次提交
  5. 08 4月, 2011 15 次提交
  6. 01 4月, 2011 4 次提交
  7. 25 3月, 2011 1 次提交
  8. 28 2月, 2011 1 次提交
  9. 26 2月, 2011 1 次提交
  10. 18 2月, 2011 1 次提交
  11. 17 2月, 2011 5 次提交
  12. 15 2月, 2011 3 次提交