$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Bug in hcache.c
From: François Jacques (francois.jacques_at_[hidden])
Date: 2012-04-02 11:11:07
Hi,
Building bjam with the Intel compiler had it complain about hcache.c.
Looking into the reported warning, it appears that there was indeed a
possiblity of freeing on a uninitialized region.
It think, with my somewhat limited knowledge of this code, it should
be changed as proposed in the patch attached to this email.
Cheers
François