Hello, All.
In config_file.cpp I see following piece of code:
> if (PathUtils::isSymLink(tempPath))
> {
> // If $(this) is a symlink, expand it.
> TEXT temp[MAXPATHLEN];
> const int n = readlink(fileName, temp, sizeof(temp));
>
> if (n != -1 && unsigned(n) < sizeof(temp))
> {
> tempPath = temp;
According to man pages, readlink() doesn't terminate string with null. Why
this
assignment doesn't crash?
--
WBR, SD.
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel