Software System Patch

From GM-RKB
Jump to navigation Jump to search

A Software System Patch is a software release that makes minor changes.



References

2022

  • (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/Patch_(computing) Retrieved:2022-12-9.
    • A patch is a set of changes to a computer program or its supporting data designed to update, fix, or improve it.[1] This includes fixing security vulnerabilities[1] and other bugs, with such patches usually being called bugfixes or bug fixes. Patches are often written to improve the functionality, usability, or performance of a program. The majority of patches are provided by software vendors for operating system and application updates.

      Patches may be installed either under programmed control or by a human programmer using an editing tool or a debugger. They may be applied to program files on a storage device, or in computer memory. Patches may be permanent (until patched again) or temporary.

      Patching makes possible the modification of compiled and machine language object programs when the source code is unavailable. This demands a thorough understanding of the inner workings of the object code by the person creating the patch, which is difficult without close study of the source code. Someone unfamiliar with the program being patched may install a patch using a patch utility created by another person who is the Admin. Even when the source code is available, patching makes possible the installation of small changes to the object program without the need to recompile or reassemble. For minor changes to software, it is often easier and more economical to distribute patches to users rather than redistributing a newly recompiled or reassembled program.

      Although meant to fix problems, poorly designed patches can sometimes introduce new problems (see software regressions). In some special cases updates may knowingly break the functionality or disable a device, for instance, by removing components for which the update provider is no longer licensed.

      Patch management is a part of lifecycle management, and is the process of using a strategy and plan of what patches should be applied to which systems at a specified time.

  1. 1.0 1.1 Cite error: Invalid <ref> tag; no text was provided for refs named news.com

2009