From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7402 invoked by alias); 21 Oct 2003 18:53:28 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 7389 invoked by uid 9341); 21 Oct 2003 18:53:28 -0000 Date: Tue, 21 Oct 2003 18:53:00 -0000 Message-ID: <20031021185328.7387.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/httpd/current ChangeLog src/m ... X-SW-Source: 2003/txt/msg01421.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2003-10-21 18:53:28 Modified files: net/net/httpd/current: ChangeLog net/net/httpd/current/src: monitor.c Log message: * src/monitor.c (cyg_monitor_memory): Check if the request contains a 'base' parameter and don't display anything if it does not. This prevents the monitor from attempting to access memory location '0' when the user accesses the memory html page for the first time without any parameters.