Date: Thu, 20 Apr 2017 17:54:59 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317202 - head/lib/libthread_db Message-ID: <201704201754.v3KHsxBt018662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Thu Apr 20 17:54:59 2017 New Revision: 317202 URL: https://svnweb.freebsd.org/changeset/base/317202 Log: Revert r317201 to fix the log. Modified: head/lib/libthread_db/libpthread_db.c Modified: head/lib/libthread_db/libpthread_db.c ============================================================================== --- head/lib/libthread_db/libpthread_db.c Thu Apr 20 17:49:37 2017 (r317201) +++ head/lib/libthread_db/libpthread_db.c Thu Apr 20 17:54:59 2017 (r317202) @@ -100,7 +100,7 @@ pt_map_thread(const td_thragent_t *const if (new == NULL) return (-1); memset(new + ta->map_len, '\0', ta->map_len * - sizeof(struct pt_map)); + 2 * sizeof(struct pt_map)); first = ta->map_len; ta->map = new; ta->map_len *= 2;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704201754.v3KHsxBt018662>