SCIENTIFIC-LINUX-USERS Archives

January 2021

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Takashi Ichihara <[log in to unmask]>
Reply To:
Takashi Ichihara <[log in to unmask]>
Date:
Fri, 29 Jan 2021 23:09:29 +0900
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
On 2021/01/29 3:55, greg wrote:
>> (After)
>>
>> [SL6]$  sudoedit -s /
>> usage: sudoedit [-AknS] [-r role] [-t type] [-C num] [-D directory] [-g group] [-h host] [-p prompt]
>>                   [-R directory] [-T timeout] [-u user] file ...
> 
> FWIW, according to https://urldefense.proofpoint.com/v2/url?u=https-3A__www.sudo.ws_alerts_unescape-5Foverflow.html&d=DwIBaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=gd8BzeSQcySVxr0gDWSEbN-P-pgDXkdyCtaMqdCgPPdW1cyL5RIpaIYrCn8C5x2A&m=TaT111xbxZ7oc5VRNRTuLu4jfaLBZn7aCgUnum5bEz0&s=xCa68GMuTIFuggB_VDuJXJFSoqBv3sktWrByWWwRmm0&e=
> the test is
> 
> sudoedit -s '\' `perl -e 'print "A" x 65536'`
> 
> greg
> 

Thanks for the information. The correction is as follows:

SL6 before>$  sudoedit -s '\' `perl -e 'print "A" x 65536'`
Segmentation fault
SL6 before>$


SL6 after>$ sudoedit -s '\' `perl -e 'print "A" x 65536'`
usage: sudoedit [-AknS] [-r role] [-t type] [-C num] [-D directory] [-g group]
                 [-h host] [-p prompt] [-R directory] [-T timeout] [-u user]
                 file ...
SL6 after>$

Takashi

ATOM RSS1 RSS2