From 6fbe03adb305a2ed407db51e36a46afa15840999 Mon Sep 17 00:00:00 2001 From: joevt Date: Mon, 22 Aug 2022 00:44:12 -0700 Subject: [PATCH] Add some Open Firmware bugs --- zdocs/openfirmware.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zdocs/openfirmware.md b/zdocs/openfirmware.md index 1e664e2..338a5e6 100644 --- a/zdocs/openfirmware.md +++ b/zdocs/openfirmware.md @@ -256,3 +256,5 @@ Apple OF is known to contain numerous bugs. The following table lists some recen | OF version affected | Bug description | |:-------------------:|-----------------| | 2.0f1, 2.4 | A numerical overflow in `um/mod` used by `get-usecs-60x` causes the OF console to become unresponsive after approx. 71 minutes. You have to restart your computer once the bug is triggered. | +| 1.0.5 | /chaos/control `fill-rectangle` is ( ? color y x w h -- ) instead of ( color x y w h -- ) | +| 2.4 | string literal buffers `"` on the command line are 256 bytes but will overflow if you enter more than 256 bytes. |