|
From: Julian S. <js...@ac...> - 2006-05-22 11:51:47
|
> When moving an address range add the new range before marking the old > one as free otherwise the filename referred to by the temporary copy > of the segment may be dropped from the segment name table when the old > range is freed even though the new range is going to use it. Interesting. You came across a case where the old code lost the name then? J |