commit | 25aca347d49ffc38aa3b7e63ce9b90df7f8b79c8 | [log] [tgz] |
---|---|---|
author | Cesar Eduardo Barros <cesarb@cesarb.net> | Sat Feb 16 08:41:25 2008 -0200 |
committer | Dave Jones <davej@redhat.com> | Mon Apr 28 15:05:44 2008 -0400 |
tree | 01ae9962d03db4ae07f808428600b5d3c725b607 | |
parent | 74212ca432982903d0fc6a0f282b199e000ad8b1 [diff] |
[CPUFREQ] fix show_trans_table Fix show_trans_table when it overflows PAGE_SIZE. * Not all snprintf calls were protected against being passed a negative length. * When show_trans_table overflows, len might be > PAGE_SIZE. In that case, returns PAGE_SIZE. Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Signed-off-by: Dave Jones <davej@codemonkey.org.uk>