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 293533 Details for
Bug 431009
buffer overflow when using shell script expansion macro syntax
[?]
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.
Sample shell script (needs to be executable)
some-script (text/plain), 525 bytes, created by
Carl Roth
on 2008-01-31 03:03:55 UTC
(
hide
)
Description:
Sample shell script (needs to be executable)
Filename:
MIME Type:
Creator:
Carl Roth
Created:
2008-01-31 03:03:55 UTC
Size:
525 bytes
patch
obsolete
>#!/bin/sh ># >###################################################################### ># ># some-script ># ># tune the for-loops to make sure the generated text is 8k or more. ># >###################################################################### > >echo "Hello from some-script" 1>&2 > >for i in 0 1 2 3 4 5 6 7 8 9; do > for j in 0 1 2 3 4 5 6 7 8 9; do > for k in 0 1; do > /bin/cat <<-END > %if %{?tag_${i}_${j}:1}%{!?tag_${i}_${j}_${k}:0} > Requires: some-package == ${i}.${j}.${k} > %endif > END > done > done >done > > >exit 0
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 431009
:
293532
| 293533 |
311674
|
569969