CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/08/13 03:48:27

Modified files:
        usr.sbin/btrace: map.c 

Log message:
Prevent user-after/double free in map insertion.

Freeing arguments tied to statements is not an option because rules are
parsed multiple times.  Always make a copy of them if they are assigned
to a key in a map.

Reply via email to