summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_pci.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2008-09-03 01:05:32 +0000
committerkan <kan@FreeBSD.org>2008-09-03 01:05:32 +0000
commitad15dd0347be6ac89f045eb2d3796f0c1a191ea0 (patch)
tree9e07cd337fd5cf19b2caf2d1aec1f1e4b1497a94 /sys/dev/pci/pci_pci.c
parentad33f05a7c8ea70d1e02d61b1d866130540245e9 (diff)
downloadFreeBSD-src-ad15dd0347be6ac89f045eb2d3796f0c1a191ea0.zip
FreeBSD-src-ad15dd0347be6ac89f045eb2d3796f0c1a191ea0.tar.gz
Make sure internal rtld malloc routines are not called from unlocked
contexts as rtld's malloc is not thread safe and is only supposed to be called with exclusive bind lock already held. The originating PR submitted a patch on top of different pre-requisite workaroud for unsafe dlopen calls, and the patch was midief slighlty to apply to stock sources for the purpose of this commit. Running rtld malloc from unlocked contexts is a bug on its own. PR: 126950 Submited by: Oleg Dolgov
Diffstat (limited to 'sys/dev/pci/pci_pci.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud