Opened 10 years ago

Closed 10 years ago

#17 closed defect (fixed)

Fix the infinite loop in kwhelp.e (when env var and inf file names match)

Reported by: jbs Owned by: Andreas Schnellbacher
Priority: minor Milestone: 2.0 beta
Component: Other Version: 1.16
Keywords: keyword help Cc:

Description

if there is an environment variable whose name matches the name of one of the INF files it references, like:
SET REXX=REXX+JSRXUTIL
where the first REXX is the name of an environment variable and the second is the name of an INF file, then kwhelp gets stuck in an infinite loop "thinking" both "REXX"'s are environment variable names.

Change History (3)

comment:1 Changed 10 years ago by Andreas Schnellbacher

Owner: set to Andreas Schnellbacher
Status: newaccepted

comment:2 Changed 10 years ago by Andreas Schnellbacher

Milestone: Unsorted2.0 beta

comment:3 Changed 10 years ago by Andreas Schnellbacher

Keywords: keyword help added
Resolution: fixed
Status: acceptedclosed

Fixed by changeset r2632.

Note: See TracTickets for help on using tickets.