Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62632 - Patch: kterm, hanterm compilation failure
Summary: Patch: kterm, hanterm compilation failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 09:15 UTC by Pieter Van den Abeele (RETIRED)
Modified: 2004-10-23 00:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
This patch fixes the kterm emerge issue (kterm-6.2.0-malloc-fix.patch,574 bytes, patch)
2004-09-05 03:55 UTC, Bernhard Schmidt
Details | Diff
Complete fix malloc+realloc+openpty (kterm.diff,1.69 KB, patch)
2004-10-11 16:53 UTC, Olivier Galibert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.