Skip to content
Snippets Groups Projects
  1. Nov 04, 2006
  2. Nov 02, 2006
  3. Nov 01, 2006
  4. Oct 28, 2006
  5. Oct 27, 2006
    • Wolfgang Denk's avatar
      Check for illegal character '=' in environment variable names. · 471a7be7
      Wolfgang Denk authored
      Make sure the string passed as variable name does not contain a '='
      character. This not only prevents the common error or typing
      "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
      also closes a backdoor which allowed to delete write-protected
      environment variables, for example by using "setenv ethaddr=".
      471a7be7
Loading