From owner-cvs-ports@FreeBSD.ORG Tue Oct 7 20:44:50 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 879BF16A4B3; Tue, 7 Oct 2003 20:44:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1693543FBF; Tue, 7 Oct 2003 20:44:50 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h983inXJ010315; Tue, 7 Oct 2003 20:44:49 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h983intm010314; Tue, 7 Oct 2003 20:44:49 -0700 (PDT) (envelope-from edwin) Message-Id: <200310080344.h983intm010314@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 7 Oct 2003 20:44:49 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/elinks Makefile ports/www/elinks/files patch-src::document::html::parser.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 03:44:50 -0000 edwin 2003/10/07 20:44:49 PDT FreeBSD ports repository Modified files: www/elinks Makefile Added files: www/elinks/files patch-src::document::html::parser.c Log: Port update: www/elinks Elinks crashes on frameset webpages I noticed elinks crashes most of the times after parsing a web page which includes framesets (try loading a frameset with for example rows="200,*"). This occurs because it tries to free some arbitrary block of memory without checking if the previous functions returned errors. PR: ports/56668 Submitted by: Mário Freitas Approved by: Jason Harris Revision Changes Path 1.27 +1 -1 ports/www/elinks/Makefile 1.1 +13 -0 ports/www/elinks/files/patch-src::document::html::parser.c (new)