Re: [Lit.] Buffer overruns
newstome_at_comcast.net
Date: 01/19/05
- Next message: David Wagner: "Re: Combine Secure 3DES Encryption with ability to count occurence of known plaintext - how to accomodate both aims?"
- Previous message: newstome_at_comcast.net: "Re: Singular they [was Re: [Lit.] Buffer overruns]"
- In reply to: Phil Carmody: "Re: [Lit.] Buffer overruns"
- Next in thread: Phil Carmody: "Re: [Lit.] Buffer overruns"
- Reply: Phil Carmody: "Re: [Lit.] Buffer overruns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 18 Jan 2005 21:48:55 -0600
Phil Carmody <thefatphil_demunged@yahoo.co.uk> wrote:
> newstome@comcast.net writes:
>
>> Douglas A. Gwyn <DAGwyn@null.net> wrote:
>> >David Wagner wrote:
>> >> Douglas A. Gwyn wrote:
>> >> Depends on what you mean by "corrected". Certainly if you are using
>> >> GC such a bug should never cause the system to run amok. If you are
>> >> not using GC, such a bug could easily cause the system to run amok.
>> >
>> > That's quite wrong. Just because some allocated storage
>> > has been reclaimed by a garbage collector does not mean
>> > that a dangling pointer to it becomes safe to dereference.
>>
>> Huh? Using a system with garbage collection, it is impossible to such
>> a "dangling pointer"... If there's a "pointer to it", it will not be
>> reclaimed.
>
> Even with Knuth's XOR-ed doubly-linked lists?
In a language that supports garbage collection, with type-safe
handling of pointers, you can't do integer operations (like XOR) on
pointers. In other words, you couldn't implement XORed doubly-linked
lists, so that's not an issue.
-- That's News To Me! newstome@comcast.net
- Next message: David Wagner: "Re: Combine Secure 3DES Encryption with ability to count occurence of known plaintext - how to accomodate both aims?"
- Previous message: newstome_at_comcast.net: "Re: Singular they [was Re: [Lit.] Buffer overruns]"
- In reply to: Phil Carmody: "Re: [Lit.] Buffer overruns"
- Next in thread: Phil Carmody: "Re: [Lit.] Buffer overruns"
- Reply: Phil Carmody: "Re: [Lit.] Buffer overruns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|