1. 14 10月, 2006 1 次提交
  2. 17 8月, 2006 1 次提交
    • H
      ACPI: hotkey.c fixes, fix for potential crash of hotkey.c · 5672bde6
      Handle X 提交于
      While going through the code, I found out some memory leaks and potential
      crashes in drivers/acpi/hotkey.c Please find the patch to fix them.
      
      This patch does the following,
      
      1. Fixes memory leaks in error paths of hotkey_write_config
      
      2. Fixes freeing unallocated pointers in the error paths of hotkey_write_config
      
      3. Uses a loop instead of linear searching for parsing the userspace
         input in get_params
      
      4. Uses array of char * instead of passing 4 pointer parameters
         explicitly into the init_{poll_}hotkey_* static functions
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Acked-by: NLuming Yu <luming.yu@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      5672bde6
  3. 10 7月, 2006 1 次提交
  4. 27 6月, 2006 4 次提交
  5. 31 3月, 2006 1 次提交
  6. 05 8月, 2005 1 次提交
  7. 04 8月, 2005 1 次提交
  8. 12 7月, 2005 2 次提交