Fix various buffer overruns in fmt_scan.c; the bulk of this is passing
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 6 Nov 2005 21:54:40 +0000 (21:54 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 6 Nov 2005 21:54:40 +0000 (21:54 +0000)
buffer length through to decode_rfc2047() and having that function do
sufficient bookkeeping to avoid running off the end of the buffer.


No differences found