Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Patch for curses module
- X-seq: zsh-workers 36513
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Patch for curses module
- Date: Sat, 12 Sep 2015 19:40:40 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Xo/OUVZAkXPnU/Kd5jhyi6Fvyt+jCxuvBgKid+nCLis=; b=cIOb0GJJ7XopxIrzUi6BMMxTDhKpV5MZ/oMlFvxAjPU2znrq4LwjssEwMig5fad8PJ ljKPCRLqYRuZqbCi/fybeInyZ0Q3qtc/iQTfEexEhNyepNsCepPIyBZu70oN9pDE/atu JqGhz1iYwa/HroRijDfJBm7urdeg07+x2hPymFFRgmOBqSB4saoxyzHtdOGD0Z0KQuWa 34CvYHVnWzxpE7x+UB5L7OSNZ0s05nmEmVBWMXTGc9WPiMMCQ8ld3T5sjEwiURqDrCiW +/7F3zYNcmOehozZ1j7XwBC6vyOQGLKXAadEg0cenxFCrUwpsOGYONfFDQtUE2/QMVIJ abBw==
- In-reply-to: <CAKc7PVDsEN4NOed3uLGiW=NXaF48EQtEURqZ3+ZN=hsH1bo17A@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAKmGZrDfbA-A8bpZ+6kM+ibBr6pkFbG_5=jumLJcREFw@mail.gmail.com> <CAKc7PVAXVXOzwr3MO_oyBEgaWuSBHXz+CJH62UW3p73w=v+ipQ@mail.gmail.com> <150912090835.ZM11765@torch.brasslantern.com> <CAKc7PVDsEN4NOed3uLGiW=NXaF48EQtEURqZ3+ZN=hsH1bo17A@mail.gmail.com>
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
} Very unlikely. It would depend on the system malloc library
} implementation, if there were any possibility of doing it with an
} environment setting. If it were possible to create arbitrary memory
} state on the malloc heap by proper sequence of script calls, that
} would be a potential security issue.
} There's probably some way to write a script loop that keeps creating
} the same color entry repeatedly until it is successfully looked up,
} but I don't know what that code would look like.
I wonder how can creating subsequent color pair make previous pairs
non-disabled. It happens in random manner, sometimes it helps and
sometimes not. In first reply I attached a log where red/black fixed
white/black
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author