Thread pool stack security issue
        Posted  
        
            by elmatador
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by elmatador
        
        
        
        Published on 2010-03-19T03:54:47Z
        Indexed on 
            2010/03/19
            4:01 UTC
        
        
        Read the original article
        Hit count: 225
        
In a naive implementation of a thread pool, can a piece of code that is being executed read the data left by some previous code on the stack (if it was running on the same thread instance)? Also, are there any other inherent security issues connected to thread pools?
© Stack Overflow or respective owner