Computing Dictionary
bug fix definition
programming A change to a program or system intended to permanently cure a
bug. Often a fix for one bug inadvertantly introduces new bugs, hence the need for careful forethought and testing.
Compare:
workaround.
(1998-06-25)