Re: [dev][sbase] Readlink doesn't null-terminate buf
> 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.
Received on Tue Jul 09 2013 - 23:48:47 CEST
This archive was generated by hypermail 2.3.0
: Wed Jul 10 2013 - 00:00:16 CEST