Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 524 Avoid side effects in assert expressions asserts may be compiled out with -DNDEBUG, so it's wrong to use an assert expression with an important side effect. (We also have scores of side-effecting asserts in test programs, but those are less important and can be dealt with separately.) https://github.com/krb5/krb5/commit/221cd4a23691601a14500bc00146c265b50bdc94 Commit By: ghudson Revision: 25760 Changed Files: U trunk/src/lib/apputils/net-server.c U trunk/src/lib/crypto/krb/cf2.c U trunk/src/util/et/com_err.c