diff options
author | Damien George <damien@micropython.org> | 2025-01-03 12:02:12 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-02-11 17:56:13 +1100 |
commit | 30acb16ad34babf25d126a7b471616421167cb35 (patch) | |
tree | 3d7b442e12deba846a57f165f192ace23b0d1b5b /docs/esp8266/tutorial | |
parent | e40a3fdb81fc7184e945754c06d42e169a296ab8 (diff) | |
download | micropython-30acb16ad34babf25d126a7b471616421167cb35.tar.gz micropython-30acb16ad34babf25d126a7b471616421167cb35.zip |
extmod/vfs_rom: Remove ability to create VfsRom from an address.
It's not necessary to support this, which allows an arbitrary memory
address to be specified and potentially allows invalid memory accesses.
Requiring an object with the buffer protocol is safer, and also means that
the length of the region is always specified.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions