Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293472 Details for
Bug 430955
sr# 1796722 : ksh segaults on nget_optindex
[?]
New
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.rh83 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 from from https://bugzilla.redhat.com/show_bug.cgi?id=430602#c7
ksh-20071105-optind.patch (text/x-patch), 539 bytes, created by
Alan Matsuoka
on 2008-01-30 19:33:10 UTC
(
hide
)
Description:
patch from from https://bugzilla.redhat.com/show_bug.cgi?id=430602#c7
Filename:
MIME Type:
Creator:
Alan Matsuoka
Created:
2008-01-30 19:33:10 UTC
Size:
539 bytes
patch
obsolete
>diff -up ksh-20071105/src/cmd/ksh93/sh/init.c.optind ksh-20071105/src/cmd/ksh93/sh/init.c >--- ksh-20071105/src/cmd/ksh93/sh/init.c.optind 2008-01-30 07:56:28.000000000 +0100 >+++ ksh-20071105/src/cmd/ksh93/sh/init.c 2008-01-30 07:57:19.000000000 +0100 >@@ -198,6 +198,8 @@ static void put_optindex(Namval_t* np,co > Shell_t *shp = ((struct shell*)fp)->sh; > shp->st.opterror = shp->st.optchar = 0; > nv_putv(np, val, flags, fp); >+ if(!val) >+ nv_disc(np,fp,NV_POP); > } > > static Sfdouble_t nget_optindex(register Namval_t* np, Namfun_t *fp)
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 Raw
Actions:
View
Attachments on
bug 430955
: 293472