OSDN Git Service

- fix use after free (Kevin Day)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 29 Oct 2008 13:34:35 +0000 (13:34 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 29 Oct 2008 13:34:35 +0000 (13:34 -0000)
commitea7af1aad7288e6bd9b146f895b260eadd904ea8
tree29ca4761fc5d3547f8dc1bf35062ce7a98d7a7de
parent8723f09bca2b238cdef3a7d32c3dd02e2fdf834e
- fix use after free (Kevin Day)
  dl_cleanup will call do_dlclose with the handle.
  Inside of do_dlclose, the handle will ultimately get free'd.
ldso/libdl/libdl.c