1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

Demote fixme to todo with reference to job003947.

Copied from Perforce
 Change: 188336
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-09-16 20:01:22 +01:00
parent 41911d8b2f
commit 6ce57eb2ed

View file

@ -996,7 +996,8 @@ mps_res_t (mps_ap_frame_pop)(mps_ap_t mps_ap, mps_frame_t frame)
buf = BufferOfAP(mps_ap);
AVER(TESTT(Buffer, buf));
/* FIXME: is it thread-safe to read BufferBase here? */
/* TODO: it's not thread-safe to read BufferBase here in an
* automatically managed pool; see job003947. */
if (BufferBase(buf) <= (Addr)frame
&& (mps_addr_t)frame < mps_ap->init)
{