[PATCH v2 0/4] trace-cmd: Fixes for four minor bugs

2017-10-16 Thread Michael Sartain
Thanks Steve.
 -Mike

v2: check malloc size, use UL suffix, and unsigned parameter

Michael Sartain (4):
  trace-cmd: Fix incorrect malloc size arg: *item instead of item
  trace-cmd: Fix NULL pointer being passed to memcpy
  trace-cmd: Add UL suffix to MISSING_EVENTS since ints shouldn't be
left shifted by 31
  trace-cmd: Use unsigned values in Hsieh's trace_hash fast hash
function

 kbuffer-parse.c| 4 ++--
 trace-dialog.c | 2 +-
 trace-hash-local.h | 4 ++--
 trace-output.c | 6 +-
 4 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.14.2



[PATCH v2 0/4] trace-cmd: Fixes for four minor bugs

2017-10-16 Thread Michael Sartain
Thanks Steve.
 -Mike

v2: check malloc size, use UL suffix, and unsigned parameter

Michael Sartain (4):
  trace-cmd: Fix incorrect malloc size arg: *item instead of item
  trace-cmd: Fix NULL pointer being passed to memcpy
  trace-cmd: Add UL suffix to MISSING_EVENTS since ints shouldn't be
left shifted by 31
  trace-cmd: Use unsigned values in Hsieh's trace_hash fast hash
function

 kbuffer-parse.c| 4 ++--
 trace-dialog.c | 2 +-
 trace-hash-local.h | 4 ++--
 trace-output.c | 6 +-
 4 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.14.2