git: dbbb680107 - main - [errata.adoc] The dc program fails to pop the operand of P
Stefan Eßer
se at FreeBSD.org
Tue Apr 6 19:28:31 UTC 2021
The branch main has been updated by se (ports, src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=dbbb680107bfcd2e34098ddf9841c0c51136e0e6
commit dbbb680107bfcd2e34098ddf9841c0c51136e0e6
Author: Stefan Eßer <se at FreeBSD.org>
AuthorDate: 2021-04-06 19:16:38 +0000
Commit: Stefan Eßer <se at FreeBSD.org>
CommitDate: 2021-04-06 19:28:21 +0000
[errata.adoc] The dc program fails to pop the operand of P
This issue should be documented in an errata note.
Approved by: re (gjb)
---
website/content/en/releases/13.0R/errata.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/content/en/releases/13.0R/errata.adoc b/website/content/en/releases/13.0R/errata.adoc
index da8ae2e854..89768cffd7 100644
--- a/website/content/en/releases/13.0R/errata.adoc
+++ b/website/content/en/releases/13.0R/errata.adoc
@@ -64,4 +64,6 @@ No open issues.
[[late-news]]
== Late-Breaking News
-No late-breaking news.
+[2021-04-05] A very late issue was discovered in the [.filename]#/usr/bin/dc# program.
+The "P" command does not correctly pop the top of stack value and this will break complex scripts that continue after printing a result.
+The [.filename]#/usr/bin/bc# program is not affected, since it does not depend on dc as its execution engine.
More information about the dev-commits-doc-all
mailing list