Changeset 4775 for src/Pugs/Prim/Eval.hs

Show
Ignore:
Timestamp:
06/18/05 03:39:00 (4 years ago)
Author:
putter
svk:copy_cache_prev:
6529
Message:

Modified src/Pugs/Prim/Eval.hs to leave %*INC support commented out by default. Its too late at night to make security judgements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Eval.hs

    r4774 r4775  
    4444            then requireInc ps file msg 
    4545            else do 
     46{- 
    4647                -- XXX security issue?  only if you _can_ create a filename, 
    4748                -- but _cant_ control its contents.  Yes? 
     
    5051                                           ++ "}} = q{" 
    5152                                           ++ (decodeUTF8 pathName) ++ "};") 
     53-} 
    5254                str <- liftIO $ readFile pathName 
    5355                opEval style pathName (decodeUTF8 str)