patch-uulib_uuscan_c 851 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-uulib_uuscan_c,v 1.1.1.1 2014/11/20 21:14:54 jca Exp $
  2. - Debian patch
  3. --- uulib/uuscan.c.orig Mon Mar 1 23:52:27 2004
  4. +++ uulib/uuscan.c Mon Jan 27 21:44:47 2014
  5. @@ -387,10 +387,10 @@ ParseValue (char *attribute)
  6. *attribute != '(' && *attribute != ')' &&
  7. *attribute != '<' && *attribute != '>' &&
  8. *attribute != '@' && *attribute != ',' &&
  9. - /* *attribute != ';' && */ *attribute != ':' &&
  10. - *attribute != '\\' &&*attribute != '"' &&
  11. - *attribute != '/' && /* *attribute != '[' &&
  12. - *attribute != ']' && */ *attribute != '?' &&
  13. + *attribute != ';' && *attribute != ':' &&
  14. + *attribute != '\\' && *attribute != '"' &&
  15. + *attribute != '/' && *attribute != '[' &&
  16. + *attribute != ']' && *attribute != '?' &&
  17. *attribute != '=' && length < 255) {
  18. *ptr++ = *attribute++;
  19. length++;