Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1036 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Environment variable lookup under linux does not work

Reported by: vektorboson Assigned to: kris
Priority: major Milestone: 0.99.6
Component: Core Functionality Version: 0.99.5 Jascha
Keywords: Environment, getenv, env Cc:

Description

On Linux: The get(char[])-function in tango.sys.Environment does not append a '\0' to the passed string, therefore not working with not null-terminated strings.

Change History

04/10/08 22:55:19 changed by kris

yeah, that's bogus

04/11/08 00:17:05 changed by kris

  • owner changed from sean to kris.
  • status changed from new to assigned.

04/11/08 00:17:40 changed by kris

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3427]) fixes #1036 :: Environment variable lookup under linux does not work

Thanks vektorboson