1. 28 11月, 2022 1 次提交
  2. 10 11月, 2022 3 次提交
  3. 28 9月, 2022 1 次提交
    • K
      wifi: iwlwifi: Track scan_cmd allocation size explicitly · 72c08d9f
      Kees Cook 提交于
      In preparation for reducing the use of ksize(), explicitly track the
      size of scan_cmd allocations. This also allows for noticing if the scan
      size changes unexpectedly. Note that using ksize() was already incorrect
      here, in the sense that ksize() would not match the actual allocation
      size, which would trigger future run-time allocation bounds checking.
      (In other words, memset() may know how large scan_cmd was allocated for,
      but ksize() will return the upper bounds of the actually allocated memory,
      causing a run-time warning about an overflow.)
      
      Cc: Gregory Greenman <gregory.greenman@intel.com>
      Cc: Kalle Valo <kvalo@kernel.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Eric Dumazet <edumazet@google.com>
      Cc: Jakub Kicinski <kuba@kernel.org>
      Cc: Paolo Abeni <pabeni@redhat.com>
      Cc: Luca Coelho <luciano.coelho@intel.com>
      Cc: Johannes Berg <johannes.berg@intel.com>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: Miri Korenblit <miriam.rachel.korenblit@intel.com>
      Cc: Ilan Peer <ilan.peer@intel.com>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NKalle Valo <kvalo@kernel.org>
      Link: https://lore.kernel.org/r/20220923220853.3302056-1-keescook@chromium.org
      72c08d9f
  4. 18 9月, 2022 1 次提交
  5. 18 5月, 2022 1 次提交
  6. 10 3月, 2022 1 次提交
  7. 18 2月, 2022 6 次提交
  8. 03 2月, 2022 2 次提交
  9. 21 12月, 2021 2 次提交
  10. 08 12月, 2021 2 次提交
  11. 27 11月, 2021 3 次提交
  12. 23 11月, 2021 1 次提交
  13. 28 10月, 2021 1 次提交
  14. 22 10月, 2021 5 次提交
  15. 27 8月, 2021 2 次提交
  16. 22 6月, 2021 5 次提交
  17. 14 4月, 2021 3 次提交