~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Johnston
  • Date: 2005-12-08 19:20:21 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208192021-nyp9rwnt77nsg6ty
Tags: 0.47-1
* New upstream release.
* SECURITY: Fix incorrect buffer sizing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 * Caution: Don't use this in an unfriendly environment (ie unfirewalled),
40
40
 * since the printing may not sanitise strings etc. This will add a reasonable
41
41
 * amount to your executable size. */
42
 
 //#define DEBUG_TRACE 
 
42
/*#define DEBUG_TRACE */
43
43
 
44
44
/* All functions writing to the cleartext payload buffer call
45
45
 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're