commit | 81fa6e06408879509e005cbb192205b9125f7614 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Fri Feb 14 08:48:22 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Fri Feb 14 08:48:22 2014 -0700 |
tree | 24b9dce395cd7d6fe270302d8c5f8c0a5d912fdb | |
parent | 729fe3af470e258690a79ff6ffc4f0e4b313abc8 [diff] |
Fix early termination of cpu id string Commit 2d60ad8e terminated the cpu id string at 12 chars, but the output from cpuid is 12 chars. So we need one more character, if we want it null terminated and strcmp() working. Signed-off-by: Jens Axboe <axboe@fb.com>