Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62632

Summary: Patch: kterm, hanterm compilation failure
Product: Gentoo Linux Reporter: Pieter Van den Abeele (RETIRED) <pvdabeel>
Component: New packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: This patch fixes the kterm emerge issue
Complete fix malloc+realloc+openpty

Description Pieter Van den Abeele (RETIRED) gentoo-dev 2004-09-02 09:15:43 UTC
A wrong argument is passed to malloc.
Comment 1 Luca Barbato gentoo-dev 2004-09-03 01:57:40 UTC
hanterm fixed
Comment 2 Bernhard Schmidt 2004-09-05 03:55:04 UTC
Created attachment 38965 [details, diff]
This patch fixes the kterm emerge issue
Comment 3 Olivier Galibert 2004-10-11 16:53:21 UTC
Created attachment 41589 [details, diff]
Complete fix malloc+realloc+openpty
Comment 4 Olivier Galibert 2004-10-11 16:54:19 UTC
Comment on attachment 41589 [details, diff]
Complete fix malloc+realloc+openpty

The preivous fix is incomplete, there is also a bad realloc prototype.	Also,
openpty must be used on linux to work with 2.6 kernels.
Comment 5 bugs 2004-10-16 07:32:26 UTC
Also experienced on x86.  Thanks for the patch.
Title should perhaps be changed.
Comment 6 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-10-22 06:38:45 UTC
Changed title (not arch specific, not a gcc issue).
Comment 7 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-23 00:58:35 UTC
Fixed in CVS, thanks for the bug reports and patches.