1. 03 8月, 2015 1 次提交
  2. 24 7月, 2015 1 次提交
  3. 21 7月, 2015 3 次提交
  4. 14 6月, 2015 2 次提交
  5. 01 6月, 2015 15 次提交
  6. 28 3月, 2015 1 次提交
  7. 10 3月, 2015 2 次提交
  8. 07 3月, 2015 1 次提交
  9. 20 10月, 2014 1 次提交
  10. 14 6月, 2014 1 次提交
  11. 25 5月, 2014 1 次提交
  12. 15 2月, 2014 1 次提交
  13. 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
  14. 12 10月, 2013 1 次提交
  15. 07 7月, 2012 1 次提交
  16. 30 6月, 2012 3 次提交
  17. 27 6月, 2012 4 次提交