Commit 8ab7745
committed
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fix from Steven Rostedt:
"Update to tracing histogram variable string copy
A fix to only copy the size of the field to the histogram string did
not take into account that the size can be larger than the storage"
* tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
tracing: Add length protection to histogram string copies2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3026 | 3026 | | |
3027 | 3027 | | |
3028 | 3028 | | |
| 3029 | + | |
3029 | 3030 | | |
3030 | | - | |
| 3031 | + | |
| 3032 | + | |
3031 | 3033 | | |
3032 | 3034 | | |
3033 | 3035 | | |
| |||
4914 | 4916 | | |
4915 | 4917 | | |
4916 | 4918 | | |
| 4919 | + | |
4917 | 4920 | | |
4918 | 4921 | | |
4919 | 4922 | | |
| |||
4922 | 4925 | | |
4923 | 4926 | | |
4924 | 4927 | | |
4925 | | - | |
| 4928 | + | |
| 4929 | + | |
| 4930 | + | |
4926 | 4931 | | |
4927 | 4932 | | |
4928 | 4933 | | |
| |||
0 commit comments