Mercurial > p > roundup > code
diff CHANGES.txt @ 5224:0121b2f1f041
Apply patch attached to issue2550937 traceback/crash due to passing
empty sendto to smtp_send. Fix by Trent Gamblin.
http://issues.roundup-tracker.org/issue2550937
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 05 Apr 2017 22:04:04 -0400 |
| parents | 34e8d3f39057 |
| children | 8743b7226dc7 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Apr 05 21:40:56 2017 -0400 +++ b/CHANGES.txt Wed Apr 05 22:04:04 2017 -0400 @@ -424,6 +424,9 @@ permissions check was changed to require that the user have View access to the labelprop for the class rather than View access to the class. (John Rouillard) +- issue2550937: fix crash by verifying that sendto is not null before + calling mailer.smtp_send. Discovered and patched by Trent Gamblin. + Applied by John Rouillard. 2016-01-11: 1.5.1
