lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

Has any thought been given to using the secure versions of functions
provided in the newer MS CRT libraries (e.g. strcpy_s) in the windows code
for Lua 5.2 (or even 5.1.2)?

Just disable the warnings. This "deprecation" thing drives
me crazy... On the other hand, if you have a reason to believe Lua's usage of any of the "deprecated" functions is dangerous, everybody woul be interested in learning why. :)

[]s,
Diego.