1. 01 6月, 2015 12 次提交
  2. 28 3月, 2015 1 次提交
  3. 10 3月, 2015 2 次提交
  4. 07 3月, 2015 1 次提交
  5. 20 10月, 2014 1 次提交
  6. 14 6月, 2014 1 次提交
  7. 25 5月, 2014 1 次提交
  8. 15 2月, 2014 1 次提交
  9. 01 1月, 2014 1 次提交
    • C
      iio: Fix a buffer overflow in iio_utils.h example code · 66c65d90
      Craig Markwardt 提交于
      This was originally reported by Craig Markwardt on Zubair Lutfullah's
      blog and Zubair forwarded it to linux-iio@vger.kernel.org. No email
      address known.
      
      The code first counted the number of enabled channels, then created an
      array to hold information about them.  The code that filled this array then
      stored whether a given element was enabled inside the array.  Curriously
      this element was never used.  Craig's patch added a local temporary variable
      to avoid the buffer overrun.  Jonathan then removed the original enabled
      element of the structure as it was not needed at all.
      Signed-off-by: NZubair Lutfullah <zubair.lutfullah@gmail.com>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      66c65d90
  10. 12 10月, 2013 1 次提交
  11. 07 7月, 2012 1 次提交
  12. 30 6月, 2012 3 次提交
  13. 27 6月, 2012 4 次提交
  14. 09 12月, 2011 2 次提交
  15. 27 11月, 2011 1 次提交
  16. 07 9月, 2011 1 次提交
  17. 20 5月, 2011 1 次提交
  18. 31 3月, 2011 1 次提交
  19. 10 3月, 2011 1 次提交
  20. 01 3月, 2011 3 次提交