Project

General

Profile

Actions

Bug #261

closed

missing munmap() in network_writev.c

Added by Anonymous over 18 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
High
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

There seem to be two exits with missing munmap() in network_writev.c around line number 248 (EPIPE/ECONNRESET and default).

This is Version 1.4.3, which the menu below doesn't allow me to select.

-- support

Actions #1

Updated by jan over 18 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

in r709 this code was replace by a more generic approach. Instead of net the network handler to the cleanup, the chunk code is caching the fds and mmaps and cleans them up if they aren't used anymore.

Actions

Also available in: Atom