Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <c95ba5b2c23be75ed631ffa8f238894a@www.novabbs.org>
Deutsch   English   Français   Italiano  
<c95ba5b2c23be75ed631ffa8f238894a@www.novabbs.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: mitchalsup@aol.com (MitchAlsup1)
Newsgroups: comp.arch
Subject: Re: ALTER, ASSIGN and labels-as-values
Date: Tue, 28 May 2024 00:02:06 +0000
Organization: Rocksolid Light
Message-ID: <c95ba5b2c23be75ed631ffa8f238894a@www.novabbs.org>
References: <v1kifk$17qh0$1@dont-email.me> <2024May10.182047@mips.complang.tuwien.ac.at> <v1ns43$2260p$1@dont-email.me> <2024May11.173149@mips.complang.tuwien.ac.at> <v1preb$2jn47$1@dont-email.me> <2024May12.110053@mips.complang.tuwien.ac.at> <6124140226e28fd4afec0b435bdbeca1@www.novabbs.org> <2024May18.104040@mips.complang.tuwien.ac.at> <v2ang4$2smfg$1@dont-email.me> <34sk4jdhf1crb73jdns37e462ciumq5fjp@4ax.com> <v2ubim$3908a$1@dont-email.me> <2024May26.105139@mips.complang.tuwien.ac.at> <pct95j1dl80k9o8m6u7v3srschmh290vjb@4ax.com> <v33250$89l2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
	logging-data="2427532"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="65wTazMNTleAJDh/pRqmKE7ADni/0wesT78+pyiDW8A";
User-Agent: Rocksolid Light
X-Rslight-Posting-User: ac58ceb75ea22753186dae54d967fed894c3dce8
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Rslight-Site: $2y$10$4/QDocKZhMP2zDX4eCq2veiWyeB3UExn4BM5.sIXZcrqkPcGMPELW
Bytes: 2791
Lines: 39

Stephen Fuld wrote:

> John Savard wrote:

>> The fact that an ALTER GOTO statement can change where a GOTO
>> statement branches - without any indication within the GOTO statement
>> itself that it may have other destinatiions than the primary one -


> But that is not quite true.  The GOTO that is to altered must be the
> only statement in a paragraph.  Since this construction has no other
> obvious purpose, its presence gives a clue that it might have been
> altered.


>> means that this statement is an obvious method of inserting
>> malicious code into the source code of a program.

> And note that the paragraph that is the target of the altered GOTO
> statement must be within the same program, so any code so executed must
> be readily available for inspection.


>> And indeed, given that COBOL is typically used for programs handling
>> financial transactions, I have no doubt that it was so used.


> Do you have any evidence of this?

>> 
>> I find this to be an example of incredibly irresponsible language
>> design.


> Was it irresponsible in Fortran?

What appears irresponsible in 2024, with 5GHz CPUs and TBs of main
memory internet connected and used not for computing but for
leisure, is not what would look irresponsible with 5Khz CPUs with
64KB of main memory and no outside communications.