On 07/23/12 20:27, Michal Kubecek wrote:
> Hello,
>
> I found a problem in current HEAD. When paths from ISC_PATH are
> prepended to database name in setPath(), this is not done for names
> containing a colon so that we do not try to understand strings like
> '1.2.3.4:aaa' as file names in local directory. But this is not
> checked in resolveDatabaseAccess() so that with
>
>   DatabaseAccess = Restrict /srv/firebird
>
> an attempt to connect to '172.16.114.128:tips' leads to opening local
> file /srv/firebird/172.16.114.128:tips
>
> Proposed patch is attached.

Patch seems to be absolutely correct.
Just interested - did it really try to open something like
'/srv/firebird/172.16.114.128:tips'?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to