]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libpthread_db: leave the memset size from unchanged.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Thu, 20 Apr 2017 17:49:37 +0000 (17:49 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Thu, 20 Apr 2017 17:49:37 +0000 (17:49 +0000)
commitfebd54ebb7317f4e0fb6264bd181782129564cd1
treef8058e2a48fafd3ac87e0ba52b6ef17849030483
parent1f2b051d84547c7ee9a163a267a76e3c8ca4a4fe
libpthread_db: leave the memset size from unchanged.

The size for the memset in pt_map_thread() shouldn't actually match the
reallocarray() so undo that part of r317200.

X-MFC with: r317200
lib/libthread_db/libpthread_db.c