* prof_parse.c (parse_std_line): Rewrite handling of whitespace in and after
authorKen Raeburn <raeburn@mit.edu>
Sat, 28 Aug 2004 02:05:39 +0000 (02:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 28 Aug 2004 02:05:39 +0000 (02:05 +0000)
commit7bdd2428a3b95eafadd7f337020b4ff12ad0f5dc
tree182d3c16e1e77952dce8b29ec20aef865db43618
parentcb531c31cca130913eee32e5c9b9dd7677bebb9b
* 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.)

ticket: 2614

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16697 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/prof_parse.c