Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
174ea58d
...
174ea58d66e5597fdad75873c409067c66ac2e44
authored
2003-09-02 12:33:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(qp_decode): Fixed bug that could overflow the receiving buffer.
1 parent
840f0476
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/filter_trans.c
mailbox/filter_trans.c
View file @
174ea58
...
...
@@ -427,6 +427,8 @@ qp_decode (const char *iptr, size_t isize, char *optr, size_t osize,
}
}
wscount
=
0
;
if
(
*
nbytes
==
osize
)
break
;
}
if
(
c
==
'='
)
...
...
Please
register
or
sign in
to post a comment