Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 22 Jul 2012 01:50:04 +0200
From: John Spencer <maillist-musl@...fooze.de>
To: musl@...ts.openwall.com
Subject: Re: sabotage linux X86_64 image with LXDE desktop released

On 07/22/2012 01:05 AM, Rich Felker wrote:
> On Sun, Jul 22, 2012 at 01:10:59AM +0200, John Spencer wrote:
>>>> here is a screenshot: http://i.imgur.com/Lz7Ov.png
>>> Something seems very wrong with those task manager vm sizes...
>>> Is this indicative of a bug on musl's side?
>> here's what it's doing (note that PAGE_SIZE was originally an
>> external variable which got once filled with sc_sysconf values,
>> i needed to patch it away because of the conflict with the macro of
>> the same name)
> That shouldn't break anything..
>
it was doing
PAGE_SIZE=sysconf(_SC_PAGESIZE)>>10;
in the original code and i didnt see the counter-intuitive bitshift.

its properly fixed in git now.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.