Bug 45149
Summary: | nedit crashes when print selected | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Powertools | Reporter: | pq | ||||
Component: | nedit | Assignee: | Bernhard Rosenkraenzer <bero> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.2 | CC: | gczarcinski, pq | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2001-08-20 11:54:35 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
pq
2001-06-20 15:29:53 UTC
*** Bug 45630 has been marked as a duplicate of this bug. *** Not a security bug, the issue is fixed, it just introduced unwanted side effects. reducing priority. *** Bug 47697 has been marked as a duplicate of this bug. *** *** Bug 50884 has been marked as a duplicate of this bug. *** OK, this time I have a proposed fix (patch) for the problem. The problem is that the security patch has an error in that it passes a constant to mkstemp which seems to cause the segfault. The fix is to simply change the definition of tmpFileName from a point to an array on the stack which is initialized to the value in the old security patch. This patch was developed and tested under the Roswell public beta (7.1.93) but should apply to previous versions. The attached patch replaces the existing security patch. Created attachment 26715 [details]
replacement for nedit-5.1.1-security.patch
*** Bug 50884 has been marked as a duplicate of this bug. *** fixed in 5.1.1-10 |