Bugtraq mailing list archives

Re: your mail


From: bt () TEKNON DE (Volker Borchert)
Date: Wed, 1 Sep 1999 14:45:11 +0200


In message <19990830100449.C5813 () monad swb de> 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


Current thread: