Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
3,590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. commit 3fffc78f70dc101add8b82af878d53457713d005
  2. Author: Patrick Tjin <[email protected]>
  3. Date: Wed Dec 9 15:24:05 2015 -0800
  4.  
  5. net: wireless: bcmdhd: check packet length for event messages
  6.  
  7. Check the datalen field is less than the size of
  8. packet received from the network.
  9.  
  10. Bug: 25306181
  11.  
  12. Signed-off-by: Patrick Tjin <[email protected]>
  13. Change-Id: I3b021d88a95bd7d4e6e0d745d2527d73487bcadc
  14. (cherry picked from commit 10b850b7e82873a14068d24dac4fc2080d46ff76)
  15.  
  16. commit 68cdc8df1cb6622980b791ce03e99c255c9888af
  17. Author: dataanddreams <[email protected]>
  18. Date: Mon Nov 30 17:08:54 2015 -0500
  19.  
  20. bcmdhd: Add checks for stack buffer overflows
  21.  
  22. These two checks prevent exploitable buffer overflows in two scenarios.
  23. 1. Long WPS_ID_DEVICE_NAME in WPS info elements
  24. 2. Invalid SSID determined in certain scan results
  25.  
  26. Bug: 25662233
  27. Change-Id: Ifb2887737aa6218079745f27d59b5f1364b3892e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement