Bug#774673: xfig crashes with stack smash detected when attempting to change arrow size

2015-01-12 Thread julien soula
hello, I had the same problem. It comes from retrieving Xt ressource with a bad type variable. xfig-3.2.5.c/w_indpanel.c:1293: FirstArg(XtNradioData, &which); GetValues(w); "which" is declared as a int (32b) whereas "radioData" waits for a XPointer (64b). Find enclosed a patch that corr

Bug#416538: lesstif2: bug in XIM chained list

2007-03-28 Thread Julien Soula
Package: lesstif2 Version: 1:0.94.4-2 Severity: important Tags: patch *** Please type your report below this line *** Sorry for my english! Bug reproduction with "plan" application and a malloc debugger : - edit a day ; select a text case, then a another and then a another => SEGV Explicati

Bug#416382: plan: bug in parse language file

2007-03-27 Thread Julien Soula
Package: plan Version: 1.9-6.2 Severity: important Tags: patch *** Please type your report below this line *** the function read_language_file() copy the content of file in memory without adding a null character at the end. However the following loop expects a null character to stop (cf. patch

Bug#329094: libpam-mount: fails to check already mounted volume when links are used

2005-09-19 Thread Julien Soula
Package: libpam-mount Version: 0.9.25-3 Severity: normal Tags: patch if the mount point contains links then only the real path is stored in mtab. So, at the next check, process fails to see that volume is already mounted and mounts it twice. Patch included doubles the path check : with original