Adam, Thanks for the report. Here's the slightly different fix I added:
- if ( $i >= @Backups ) { - ErrorExit("Backup number $num for host ${EscHTML($host)} does" + if ( $i >= @Backups || $num !~ /^\d+$/ ) { + ErrorExit("Backup number ${EscHTML($num)} for host ${EscHTML($host)} does" . " not exist."); } SF's CVS is currently down following attacks on the SF site last week. Craig ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ BackupPC-devel mailing list BackupPC-devel@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/