Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo 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


  By Date           By Thread  

Current thread:
  • Re: your mail Olaf Kirch (Aug 30)
    • <Possible follow-ups>
    • Re: your mail Volker Borchert (Sep 01)
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]