stop crash if node adds itself in pc92
authorDirk Koopman <djk@tobit.co.uk>
Sat, 11 Jul 2020 14:10:16 +0000 (15:10 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 11 Jul 2020 14:10:16 +0000 (15:10 +0100)
Changes
perl/DXDebug.pm

diff --git a/Changes b/Changes
index 840e34a7d96b28deecf15de047558a8d25b22126..99decfd230576ea987eccd6e474876dc79d5c8a3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 11Jul20=======================================================================
 1. Fix (embarrassing) gratuitous '#'s in bands.pl
+2. IMPORTANT: certain PC92 strings can crash DXSpider if the nologchan debug
+   category is set (which reduces debug files to sizes that non-developers can
+   reasonably store (especially during big contests)),
 10Jul20=======================================================================
 1. Fix console.pl permissions problem when running as another user not in 
    debug mode. Console.pl WILL NOT WORK in debug mode unless it is running
index fcc60b86ded201972dbe8b9d7c7dd74a03f8b4ad..9084062c0226020bd9c7aea2f32e2354b466ee48 100644 (file)
@@ -28,7 +28,7 @@ use 5.10.1;
 
 require Exporter;
 @ISA = qw(Exporter);
-@EXPORT = qw(dbginit dbg dbgadd dbgsub dbglist dbgdump isdbg dbgclose dbgtrace confess croak cluck carp);
+@EXPORT = qw(dbginit dbg dbgadd dbgsub dbglist dbgdump isdbg dbgclose dbgtrace dbgprintring confess croak cluck carp);
 
 use strict;
 use vars qw(%dbglevel $fp $callback $cleandays $keepdays $dbgringlth);