From c21c6cb4170159250aa778ec888db7f919dfb0e9 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sat, 15 Jan 2022 18:32:34 +0100 Subject: FFI: Ensure library is loaded before de-serializing FFI types. Reported by ImagicTheCat. --- doc/ext_buffer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ext_buffer.html') diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html index 63c2efe3..309b496b 100644 --- a/doc/ext_buffer.html +++ b/doc/ext_buffer.html @@ -448,6 +448,10 @@ encoded data. The stand-alone function throws when there's left-over data after decoding a single top-level object. The buffer method leaves any left-over data in the buffer.

+

+Attempting to de-serialize an FFI type will throw an error, if the FFI +library is not built-in or has not been loaded, yet. +

Serialization Options

-- cgit v1.2.3-55-g6feb