Skip to content
EntityQ208218· pop 41· linked from 879 articles

Also known as bug patch, software fix, bug fix, software patch, patches, hotfix

piece of software designed to update a computer program to fix or improve it

Wikidata facts

Show 2 more facts
Commons category
Software updating
Sources (2)

via Wikidata · CC0

~10 min read

Article

A patch is data for modifying an existing software resource such as a program or a file, often to fix bugs and security vulnerabilities. To patch is also the process of applying the data to the existing resource. Patching a system involves applying a patch. A patch may be created to improve functionality, usability, or performance. A patch may be created manually, but commonly it is created via a tool that compares two versions of the resource and generates data that can be used to transform one to the other.

Typically, a patch needs to be applied to the specific version of the resource it is intended to modify, although there are exceptions. Some patching tools can detect the version of the existing resource and apply the appropriate patch, even if it supports multiple versions. As more patches are released, their cumulative size can grow significantly, sometimes exceeding the size of the resource itself. To manage this, the number of supported versions may be limited, or a complete copy of the resource might be provided instead.

Connections

Categories