Bug#386752: cdebconf-gtk-udeb: Probably not enough memory allocated for string

2006-09-09 Thread Aike Reyer
Frans Pop wrote: > In the patch it would probably make sense to move the malloc inside the > existing #if statement instead of using a separate one. I'm not sure what kind of code is to be inserted for "TODO" right after malloc(). So I kept them separate. > Hmm. General question... > How does G

Bug#386752: cdebconf-gtk-udeb: Probably not enough memory allocated for string

2006-09-09 Thread Aike Reyer
Package: cdebconf-gtk-udeb Version: 0.105 Severity: normal Tags: patch I had a look at frontend/gtk/gtk.c and think that in expose_event_callback() the argument to malloc() (line 244) is to small. In the following line the sprintf() does not only use "" but "". So I suppose there should be room fo