Skip to content
  • Jaromil's avatar
    Fix limit for loaded file to be MAX_FILE and increased to 64KiB · 99aa93c7
    Jaromil authored
    Also removed unuseful string tests: safe_string is now a local
    function used internally, just checking for NULL or empty string.
    
    There is still a problem when loading binary files where \0 may occur:
    they get truncated when instantiated as Lua's string types. Should be
    made octets directly.
    99aa93c7