Commits

Paul Jakma authored 8526100eebf
lib: thread history funcname shouldn't be constant, it's freed

* thread.h: (struct cpu_thread_history.funcname) malloc gets called on this so it should not be const * thread.c: (cpu_record_print) cast the (const char *) to (char *), this function knows what it's doing (free wont be called on it).
No tags

lib/thread.c

Modified

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut