Wednesday, September 5, 2018

Bug Hunting Inlined Code - Linux Journal


Linux Journal

Bug Hunting Inlined Code
Linux Journal
The Linux kernel has various debugging tools. One is the kernel function tracer, which traces function calls, looking for bad memory allocations and other problems. Changbin Du from Intel recently posted some code to increase the range of the function ...