lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 07 Dec 2009 21:42:21 +0100
From:	Jiri Slaby <jirislaby@...il.com>
To:	Thomas Hellstrom <thellstrom@...are.com>
CC:	Dave Airlie <airlied@...hat.com>, dri-devel@...ts.sourceforge.net,
	LKML <linux-kernel@...r.kernel.org>
Subject: DRM/ttm: Unreachable code in ttm_bo_add_ttm

Hi,

Stanse found unreachable code in ttm_bo_add_ttm:
http://decibel.fi.muni.cz/~xslaby/stanse/error.cgi?db=32&id=714#l238

Excerpt from there:
  230| case ttm_bo_type_user:
  231|  bo->ttm = ttm_tt_create(bdev, bo->num_pages << 12,
  232|     page_flags | (1 << 1),
  233|     glob->dummy_read_page);
  234|  if (bo->ttm == ((void *)0))
  235|   ret = -12;
  236|  break;
  237|
  238|  ret = ttm_tt_set_user(bo->ttm, get_current(),
     |This node is unreachable prev next
  239|          bo->buffer_start, bo->num_pages);
  240|  if (ret != 0)
  241|   ttm_tt_destroy(bo->ttm);
  242|  break;


regards,
-- 
js
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ