Phantom pilots (Pilot registration bug)

Issue #546 resolved
Xwvm Art created an issue

Currently, XWVM allows entering concourse with pilots that do not really exist.

Steps to reproduce:

  1. Attempt to create a new pilot with a system file name (con, lpt1, etc.)
  2. After you get the system file error message, hit cancel.
  3. notice that the pilot was “created” anyway. at least in the registration, if not the hard drive.
  4. Enter concourse

-Rasi

Comments (4)

  1. Xwvm Art reporter

    Fix applied in commit #9d68a41 - should attempt to create pilot file first and only add internally if this succeeds.

    -Dez

  2. Xwvm Art reporter

    This seems to be fixed with the name mangling scheme. Creating a pilot called CON now created file called 20201205-CON.vmpilot. The name in the registration desk shows correctly as CON and there is no problem coming in/out of concourse.

    @Jason McNew

  3. Log in to comment