go-ethereum/internal/testlog
cui df7b89603c
internal/testlog: clone attributes before appending (#35324)
WithAttrs and terminalFormat appended to h.attrs directly, which can
mutate the shared slice when it has spare capacity. Clone attrs first to
avoid corrupting parent handler state.
2026-07-13 11:06:26 +02:00
..
testlog.go internal/testlog: clone attributes before appending (#35324) 2026-07-13 11:06:26 +02:00
testlog_test.go internal/testlog: fix log output from sub-loggers (#31539) 2025-04-10 18:21:32 +02:00