Platform: Ubuntu 14.10 64-bit
Coreutils Version 8.23
At line 534 of coreutils/lib/locale_charset.c, var ‘aliases' points to a buffer
which is allocated using malloc() .
This buffer is not freed when codeset is still an empty string after the loop
(Line 534~542).
So it will be leaked under su
On 12/01/15 21:27, Bernhard Voelker wrote:
> On 01/12/2015 02:31 AM, Pádraig Brady wrote:
>> On 11/01/15 23:36, Vladimir A. Pavlov wrote:
>>> run /run tmpfs rw,noatime,nodiratime,nodev,noexec,mode=0755,size=1m 0 0
>>> /run/cgs/httpd /usr/cgs/httpd/run none rw,bind 0 0
>
>> Thanks for the analysis
On 01/12/2015 02:31 AM, Pádraig Brady wrote:
> On 11/01/15 23:36, Vladimir A. Pavlov wrote:
>> run /run tmpfs rw,noatime,nodiratime,nodev,noexec,mode=0755,size=1m 0 0
>> /run/cgs/httpd /usr/cgs/httpd/run none rw,bind 0 0
> Thanks for the analysis and patch,
> Current tests pass at least with it.
>