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>] [day] [month] [year] [list]
Date:	Sat, 24 May 2008 13:20:06 +0200
From:	Manfred Spraul <manfred@...orfullife.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] ipc/sem.c: cleanup

I did some cleanup in ipc/sem:
- ipc/sem contained hand-written linked lists, they can be replaced with
  standard list_head lists.
- the locking was written before CLONE_SYSVSEM was introduced, with
  ulp->lock, it's now possible to free undo structures during IPC_RMID
  immediately.
- There is a (extremely unlikely) race in semtimedop(), it can access
  kfree'd memory.

The patches pass my own simple test cases, what do you think?

--
	Manfred
--
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