From ade99a7081bc00c536f5717e9acebcc4b3082a45 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 10 Mar 2010 09:48:27 +0000 Subject: OTP-8502 os:cmd hang A race condition in os:cmd/1 could cause the caller to get stuck in os:cmd/1 forever. --- lib/kernel/doc/src/notes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/kernel/doc/src/notes.xml') 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 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.13.5.1 + +
Fixed Bugs and Malfunctions + + +

+ A race condition in os:cmd/1 could cause the + caller to get stuck in os:cmd/1 forever.

+

+ Own Id: OTP-8502

+
+
+
+ +
+
Kernel 2.13.5
Fixed Bugs and Malfunctions -- cgit v1.2.3