> The patch introduces buffer overflow. sizeof(buf)-1 should be passed > to readlink().
Furthermore, buf should be made (PATH_MAX + 1) bytes in size, so that valid paths don't get truncated.
> The patch introduces buffer overflow. sizeof(buf)-1 should be passed > to readlink().
Furthermore, buf should be made (PATH_MAX + 1) bytes in size, so that valid paths don't get truncated.