| Summary: | rcp segmentation fault and not print error messages | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bash <bash83> |
| Component: | Current packages | Assignee: | PPC Porters <ppc> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | patch | ||
|
Description
Bash
2004-11-24 08:52:26 UTC
Created attachment 44644 [details, diff]
patch
Problem in function error() which uses variable ap (type of va_list) after
va_star() 2x times in vfprintf() function call. But after first call of
vfprintf() the value of ap is undefined.
NB: This bug can occurs only at PPC platform :) no official maintainer, could some ppc dev, please? Done in CVS. |