[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapsearch malloc bug



At 12:15 PM 12/1/99 -0800, Howard Chu wrote:
>Any preferences?

If NT, directory separators in tmpdir should be transformed
from '\\' to '/'.

Then tmpdir should be URI escaped and trimmed of leading '/'
characters and then prefixed with "file::///" and suffixed with "/".

That is, the URI prefix should be of the form:
   file:///<directory>/<directory>/.../

If tmpdir is "/usr/tmp", then urlpre should be "file:///usr/tmp/".
If tmpdir is "C:\temp", then urlpre should be "file:///C%3A/temp/".

	Kurt

----
Kurt D. Zeilenga		<kurt@boolean.net>
Net Boolean Incorporated	<http://www.boolean.net/>