1. 16 2月, 2022 4 次提交
  2. 04 2月, 2022 1 次提交
  3. 29 11月, 2021 1 次提交
  4. 19 10月, 2021 1 次提交
    • K
      treewide: Replace 0-element memcpy() destinations with flexible arrays · 47c66248
      Kees Cook 提交于
      The 0-element arrays that are used as memcpy() destinations are actually
      flexible arrays. Adjust their structures accordingly so that memcpy()
      can better reason able their destination size (i.e. they need to be seen
      as "unknown" length rather than "zero").
      
      In some cases, use of the DECLARE_FLEX_ARRAY() helper is needed when a
      flexible array is alone in a struct.
      
      Cc: "Gustavo A. R. Silva" <gustavoars@kernel.org>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jakub Kicinski <kuba@kernel.org>
      Cc: Nilesh Javali <njavali@marvell.com>
      Cc: Manish Rangankar <mrangankar@marvell.com>
      Cc: GR-QLogic-Storage-Upstream@marvell.com
      Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
      Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Cc: Phillip Potter <phil@philpotter.co.uk>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Florian Schilhabel <florian.c.schilhabel@googlemail.com>
      Cc: Johannes Berg <johannes@sipsolutions.net>
      Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
      Cc: Fabio Aiuto <fabioaiuto83@gmail.com>
      Cc: Ross Schmidt <ross.schm.dev@gmail.com>
      Cc: Marco Cesati <marcocesati@gmail.com>
      Cc: ath10k@lists.infradead.org
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Cc: linux-scsi@vger.kernel.org
      Cc: linux-staging@lists.linux.dev
      Signed-off-by: NKees Cook <keescook@chromium.org>
      47c66248
  5. 28 9月, 2021 1 次提交
  6. 27 9月, 2021 1 次提交
  7. 26 8月, 2021 2 次提交
  8. 24 8月, 2021 1 次提交
  9. 23 6月, 2021 3 次提交
  10. 19 4月, 2021 4 次提交
  11. 11 12月, 2020 2 次提交
  12. 06 11月, 2020 1 次提交
  13. 28 9月, 2020 6 次提交
  14. 18 9月, 2020 1 次提交
  15. 03 8月, 2020 1 次提交
  16. 25 6月, 2020 1 次提交
  17. 31 5月, 2020 4 次提交
  18. 27 5月, 2020 4 次提交
  19. 25 5月, 2020 1 次提交