[Heimdal-source-changes] [heimdal/heimdal] 15a253: lib/ntlm: double quote backslash in error tables

GitHub noreply at github.com
Tors Apr 14 02:39:17 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 15a2537a79ea242ed3d96c5208d567503430cfc8
      https://github.com/heimdal/heimdal/commit/15a2537a79ea242ed3d96c5208d567503430cfc8
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M lib/ntlm/ntlm_err.et

  Log Message:
  -----------
  lib/ntlm: double quote backslash in error tables

The error string

  missing @ or \ in name

must have the backslash double quoted as

  missing @ or \\\\ in name

because of how compile_et parses the input and generates its output.
Otherwise, when compiling the generated ntlm_err.c a warning will
be produced because of invalid quoting of a space.

Change-Id: I994d3eb896098914702e418a0ef5cad783d16a5a




More information about the Heimdal-source-changes mailing list