Consider the whole tuple when reading a map entry whose key is that tuple.
authormpi <mpi@openbsd.org>
Tue, 23 Jan 2024 22:04:15 +0000 (22:04 +0000)
committermpi <mpi@openbsd.org>
Tue, 23 Jan 2024 22:04:15 +0000 (22:04 +0000)
commit9cf6efbe4e96ae689d160622d7c3360b2f259611
treea5d52c6496be3c50e4033ec938889f78b6407b2a
parent84aa31c6dccc7ce19e85f1b6fd453682af038fa3
Consider the whole tuple when reading a map entry whose key is that tuple.

Previously only the first element of the tuple was considered.  This led to
the introduction of new map entries.

Reported by Christian Ludwig.
usr.sbin/btrace/btrace.c