Opened 11 years ago
Closed 11 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 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 11 years ago
Milestone: | Unsorted → 2.0 beta |
---|
comment:3 by , 11 years ago
Keywords: | keyword help added |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by changeset r2632.