1. 09 6月, 2011 8 次提交
  2. 02 6月, 2011 1 次提交
  3. 17 5月, 2011 1 次提交
    • D
      bluetooth: Fix warnings in l2cap_core.c · 6dcae1ea
      David S. Miller 提交于
      net/bluetooth/l2cap_core.c: In function ‘l2cap_recv_frame’:
      net/bluetooth/l2cap_core.c:3758:15: warning: ‘sk’ may be used uninitialized in this function
      net/bluetooth/l2cap_core.c:3758:15: note: ‘sk’ was declared here
      net/bluetooth/l2cap_core.c:3791:15: warning: ‘sk’ may be used uninitialized in this function
      net/bluetooth/l2cap_core.c:3791:15: note: ‘sk’ was declared here
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6dcae1ea
  4. 12 5月, 2011 1 次提交
  5. 06 5月, 2011 3 次提交
  6. 28 4月, 2011 9 次提交
  7. 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
  8. 19 4月, 2011 1 次提交
  9. 15 4月, 2011 2 次提交
  10. 14 4月, 2011 1 次提交
  11. 13 4月, 2011 5 次提交
  12. 08 4月, 2011 7 次提交