Limit input data in -x mode
Posted: Thu Dec 08, 2005 9:15 pm
Hi Lutz,
How can I limit the amount of data that is taken by newlisp running
in -x mode?
I.e. what does this do exactly internaly in newlisp ->
(define (x-event request) (print request))
Does it do any buffering internaly in newlisp? Could it be a security risk?
I want to prevent newlisp from overrunning the buffer.. or at least preventing newlisp from buffer problems etc...
any hint is welcome..
regards, Norman.
How can I limit the amount of data that is taken by newlisp running
in -x mode?
I.e. what does this do exactly internaly in newlisp ->
(define (x-event request) (print request))
Does it do any buffering internaly in newlisp? Could it be a security risk?
I want to prevent newlisp from overrunning the buffer.. or at least preventing newlisp from buffer problems etc...
any hint is welcome..
regards, Norman.