Skip to content
  1. May 18, 2011
  2. Apr 24, 2011
    • Ben Hutchings's avatar
      kconfig: Avoid buffer underrun in choice input · 3ba41621
      Ben Hutchings authored
      
      
      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: default avatarBen Hutchings <ben@decadent.org.uk>
      Cc: stable@kernel.org [2.6.17+]
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3ba41621
  3. Mar 31, 2011
  4. Mar 23, 2011
  5. Mar 17, 2011
  6. Mar 13, 2011
  7. Mar 10, 2011
  8. Mar 09, 2011
  9. Mar 03, 2011
  10. Feb 22, 2011
  11. Feb 21, 2011
  12. Feb 10, 2011
  13. Feb 08, 2011
  14. Feb 04, 2011
  15. Jan 27, 2011
  16. Jan 22, 2011
    • Tony Finch's avatar
      unifdef: update to upstream version 2.5 · 3cbea436
      Tony Finch authored
      
      
      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: default avatarTony Finch <dot@dotat.at>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      3cbea436
  17. Jan 14, 2011
  18. Jan 13, 2011
Loading