Re: your mail

From: Volker Borchert (btat_private)
Date: Wed Sep 01 1999 - 05:45:11 PDT

  • Next message: Tobias Haustein: "Re: Stack Shield: defending from "stack smashing" attacks"

    In message <19990830100449.C5813at_private> you write:
    
    |> The problem is that the mapped path patch does something like
    |>
    |> 	#define getcwd(buffer, length)	mapped_path_cwd(buffer)
    |> 	#define getwd(buffer)		mapped_path_cwd(buffer)
    
    Something like, but not exactly:
    
    	#define getwd(d) mapping_getwd(d)
    	#define getcwd(d,u) mapping_getcwd((d),(u))
    
    and mapping_getcwd() _does_ honor the size argument.
    
    	vb
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 15:01:04 PDT