On Wed, 12 Feb 2025 11:03:38 -0300 Felipe Magno de Almeida
said:
> Hello Raster,
>
> To have malloc on my desktop is something I'm looking forward to trying. It
> would be interesting if we could animate it.
PantsDB is a powerful database. It allows not just pngs but also animated
gifs, webps t
Hello Raster,
To have malloc on my desktop is something I'm looking forward to trying. It
would be interesting if we could animate it.
Kind regards,
On Wed, Feb 12, 2025 at 11:01 AM Carsten Haitzler
wrote:
> In news of critical importance to all E users, we have a new feature in the
> PantsDB
In news of critical importance to all E users, we have a new feature in the
PantsDB of the Pants module:
https://www.enlightenment.org/ss/e-67a761271e0612.43864909.png
There is now an option of a Malloc with pants on and pants off. It's in git
master. I have considered this egregious lack of floo
On Wed, 01 Aug 2012 06:03:54 +0200 rustyBSD said:
tanks! though realistically.. if these mallocs fail, we are in deep trouble. we
are so low on memory we likely cant render anymore or do much useful anymore
except crash or exit. with these small mallocs at any rate. but the string
append ones cou
Hi,
== e/src/bin/e_fm.c ==
line 9261 - _e_fm_retry_abort_dialog(int pid, const char *str)
There is no check if malloc() fails. Should add "if (!id) return NULL;"
after "id = malloc(sizeof(int));". It avoids null pointer dereference.
Same problem in
_e_fm_overwrite_dialog(int pid, const char *str)
On Mon, 28 Nov 2005 11:06:55 +0100 Frederick MOUSNIER-LOMPRE
<[EMAIL PROTECTED]> babbled:
> Hi,
> I'm working on a project that uses Ewl Library and in order to debug
> my program, i launched it with a preload of the electric fence library
> and i got a warning about a "Allocating 0 bytes" in the
On Mon, Nov 28, 2005 at 06:17:35PM +0800, Phuah Yee Keat wrote:
> Frederick MOUSNIER-LOMPRE wrote:
> >I'm working on a project that uses Ewl Library and in order to debug
> >my program, i launched it with a preload of the electric fence library
> >and i got a warning about a "Allocating 0 bytes" in
Frederick MOUSNIER-LOMPRE wrote:
Hi,
I'm working on a project that uses Ewl Library and in order to debug
my program, i launched it with a preload of the electric fence library
and i got a warning about a "Allocating 0 bytes" in the Evas library
through the Ewl Library.
I thought calling malloc
Hi,
I'm working on a project that uses Ewl Library and in order to debug
my program, i launched it with a preload of the electric fence library
and i got a warning about a "Allocating 0 bytes" in the Evas library
through the Ewl Library.
Here is the backtrace from gdb in order to help you :
#0 0x