sim65 path length safety for PVOpen

This commit is contained in:
bbbradsmith
2023-02-19 05:31:46 -05:00
parent c097401f8b
commit 4d30333099
2 changed files with 13 additions and 3 deletions

View File

@@ -47,6 +47,9 @@
#define PARAVIRT_BASE 0xFFF4
/* Lowest address used by a paravirtualization hook */
#define PVOPEN_PATH_SIZE 1024
/* Maximum path size supported by PVOpen */
/*****************************************************************************/