Bugzilla – Attachment 3674 Details for
Bug 3534
probable underflow calculating display width of file name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
reproducer script that checks multiple widths
file_3534.txt (text/plain), 210 bytes, created by
programmerjake
on 2023-02-15 13:10:48 AEDT
(
hide
)
Description:
reproducer script that checks multiple widths
Filename:
MIME Type:
Creator:
programmerjake
Created:
2023-02-15 13:10:48 AEDT
Size:
210 bytes
patch
obsolete
>#!/bin/bash >eval `ssh-agent` >ssh-add >printf -v f "\xef\xbd\x9e%.0s" {1..50} >touch "$f" >for cols in {1..40} 120; do > echo "cols=$cols" > unbuffer bash -c "stty columns $cols; scp $f localhost:" >done
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 3534
:
3665
|
3666
|
3667
|
3670
| 3674 |
3675
|
3676
|
3679
|
3680