Module Name: krb5 Committed By: raeburn Date: Sat Aug 28 02:05:39 UTC 2004 Modified Files: krb5/src/util/profile/ChangeLog krb5/src/util/profile/prof_parse.c Added Files: Removed Files: Log Message ticket: 2614 * prof_parse.c (parse_std_line): Rewrite handling of whitespace in and after tag, to strip trailing whitespace (per current locale, not just ASCII space characters), and prohibit any internal space characters in tag names. (This is not the patch supplied in the bug report; that patch changed the tag handling to allow spaces in tag names, which we haven't previously allowed. On the other hand, we haven't specifically disallowed internal tabs or other whitespace, either, and this patch does so.) To generate a diff of this commit: cvs diff -r1.154 -r1.155 krb5/src/util/profile/ChangeLog cvs diff -r1.24 -r1.25 krb5/src/util/profile/prof_parse.c