9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] fix for upas/fs so it deals with rfc2047 quoting in headers
@ 2002-05-27 12:20 nigel
  0 siblings, 0 replies; only message in thread
From: nigel @ 2002-05-27 12:20 UTC (permalink / raw)
  To: 9fans; +Cc: 9trouble

The following fixes an invalid bail in /sys/src/cmd/upas/fs/fs.c:/^rfc2047convert
which stops it converting pretty much any quoting in headers.

term% yesterday -d fs.c
diff /n/dump/2002/0527/sys/src/cmd/upas/fs/fs.c fs.c
1384c1384
< 	if(strlen(token) > sizeof(decoded)-1)
---
> 	if(e - token > sizeof(decoded)-1)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-27 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-27 12:20 [9fans] fix for upas/fs so it deals with rfc2047 quoting in headers nigel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).