]> git.ipfire.org Git - thirdparty/linux.git/commit
perf demangle-java: Constify variables storing the result of strchr() on const tables
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Jan 2026 04:15:47 +0000 (01:15 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Jan 2026 05:33:29 +0000 (02:33 -0300)
commit79bba3a1834e7ba6c437674582cc9f3ae6fb638c
tree0e3d73d932bbe03c0ca3d6d963d5de90184d7be4
parent21c0bc9144834e39762dd6fddbb255ebb80cf079
perf demangle-java: Constify variables storing the result of strchr() on const tables

As newer glibcs will propagate the const attribute of the searched table
to its return.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/demangle-java.c