CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2021/09/09 06:09:11
Modified files: usr.sbin/btrace: bt_parse.y Log message: Relax the check for accessing variable before setting them. First we can't assume rules are written in the order they will be executed. Secondly filters might need to check variables before they had a chance to be populated by the right event.