Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 565208 Details for
Bug 743840
ksh segfaults on oop code
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix this
oopfix.patch (text/plain), 616 bytes, created by
Michal Hlavinka
on 2012-02-23 07:26:48 UTC
(
hide
)
Description:
patch to fix this
Filename:
MIME Type:
Creator:
Michal Hlavinka
Created:
2012-02-23 07:26:48 UTC
Size:
616 bytes
patch
obsolete
>diff -up ksh-20110630/src/cmd/ksh93/sh/name.c.oopfix ksh-20110630/src/cmd/ksh93/sh/name.c >--- ksh-20110630/src/cmd/ksh93/sh/name.c.oopfix 2012-02-22 16:57:52.580788505 +0100 >+++ ksh-20110630/src/cmd/ksh93/sh/name.c 2012-02-22 16:58:31.332236782 +0100 >@@ -372,6 +372,8 @@ void nv_setlist(register struct argnod * > } > } > np = nv_open(cp,shp->var_tree,flag|NV_ASSIGN); >+ if(nv_isattr(np,NV_RDONLY) && np->nvfun && !(flags&NV_RDONLY)) >+ errormsg(SH_DICT,ERROR_exit(1),e_readonly, nv_name(np)); > if(nv_isattr(np,NV_NOFREE) && nv_isnull(np)) > nv_offattr(np,NV_NOFREE); > if(nv_istable(np))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 743840
: 565208