Skip to content
Snippets Groups Projects
  • Fredrik Thulin's avatar
    b636f7fa
    Fix massive memory leak. · b636f7fa
    Fredrik Thulin authored
    Commit 09669a08 introduced ds->cs.sock along side ds->socket.
    The code that closed the socket only set ds->cs.sock to -1, so
    the cleanup code (that looked at ds->socket) never realized it
    should free the message buffers.
    
    This commit removes ds->socket completely, and makes the
    cleanup code look if ds->cs.sock is -1. Memory usage now stays
    constant when looping 'pkcs11-tool --test --slot 0' at least.
    b636f7fa
    History
    Fix massive memory leak.
    Fredrik Thulin authored
    Commit 09669a08 introduced ds->cs.sock along side ds->socket.
    The code that closed the socket only set ds->cs.sock to -1, so
    the cleanup code (that looked at ds->socket) never realized it
    should free the message buffers.
    
    This commit removes ds->socket completely, and makes the
    cleanup code look if ds->cs.sock is -1. Memory usage now stays
    constant when looping 'pkcs11-tool --test --slot 0' at least.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.