1. 17 5月, 2011 2 次提交
  2. 24 4月, 2011 1 次提交
    • B
      kconfig: Avoid buffer underrun in choice input · 3ba41621
      Ben Hutchings 提交于
      Commit 40aee729 ('kconfig: fix default value for choice input')
      fixed some cases where kconfig would select the wrong option from a
      choice with a single valid option and thus enter an infinite loop.
      
      However, this broke the test for user input of the form 'N?', because
      when kconfig selects the single valid option the input is zero-length
      and the test will read the byte before the input buffer.  If this
      happens to contain '?' (as it will in a mips build on Debian unstable
      today) then kconfig again enters an infinite loop.
      Signed-off-by: NBen Hutchings <ben@decadent.org.uk>
      Cc: stable@kernel.org [2.6.17+]
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3ba41621
  3. 31 3月, 2011 1 次提交
  4. 23 3月, 2011 5 次提交
  5. 17 3月, 2011 9 次提交
  6. 14 3月, 2011 1 次提交
  7. 10 3月, 2011 1 次提交
  8. 09 3月, 2011 2 次提交
  9. 04 3月, 2011 1 次提交
  10. 23 2月, 2011 1 次提交
  11. 21 2月, 2011 1 次提交
  12. 10 2月, 2011 1 次提交
  13. 09 2月, 2011 1 次提交
  14. 04 2月, 2011 1 次提交
  15. 27 1月, 2011 1 次提交
  16. 22 1月, 2011 1 次提交
    • T
      unifdef: update to upstream version 2.5 · 3cbea436
      Tony Finch 提交于
      Fix a long-standing cpp compatibility bug. The -DFOO argument
      (without an explicit value) should define FOO to 1 not to the empty
      string.
      
      Add a -o option to support overwriting a file in place, and a -S
      option to list the nesting depth of symbols. Include line numbers
      in debugging output. Support CRLF newlines.
      Signed-off-by: NTony Finch <dot@dotat.at>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      3cbea436
  17. 15 1月, 2011 3 次提交
  18. 14 1月, 2011 7 次提交