webmcp

view framework/env/trace/_new_entry.lua @ 201:1a10fef86d97

Added type checks to C functions of JSON library to avoid crashes due to wrong arguments
author jbe
date Thu Aug 14 05:18:20 2014 +0200 (2014-08-14)
parents 9fdfb27f8e67
children 04b648660f9a
line source
1 function trace._new_entry(node)
2 local node = node or {}
3 table.insert(trace._stack[#trace._stack], node)
4 return node
5 end

Impressum / About Us