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
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
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
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
4 matches
Mail list logo