diff options
author | Rickard Green <[email protected]> | 2010-03-09 12:00:00 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-20 08:45:26 +0200 |
commit | 075a7ffcabb8c8a4c5ce06c11155403f1967a670 (patch) | |
tree | b64eae7d1fd956e5ea790046cebed8651e445891 /lib/kernel/doc | |
parent | 2fe5bce0ff7998ed4dcc833a4ae9b4b5feb450e2 (diff) | |
download | otp-075a7ffcabb8c8a4c5ce06c11155403f1967a670.tar.gz otp-075a7ffcabb8c8a4c5ce06c11155403f1967a670.tar.bz2 otp-075a7ffcabb8c8a4c5ce06c11155403f1967a670.zip |
kernel: Patch 1109
OTP-8502 A race condition in <c>os:cmd/1</c> could cause the caller to
get stuck in <c>os:cmd/1</c> forever.
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 7bb6aea40e..9c3f6524ae 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,22 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 2.13.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A race condition in <c>os:cmd/1</c> could cause the + caller to get stuck in <c>os:cmd/1</c> forever.</p> + <p> + Own Id: OTP-8502</p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 2.13.5</title> <section><title>Fixed Bugs and Malfunctions</title> |