Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 11 declined, 16 accepted (27 total, 59.26% accepted)

×
GNU is Not Unix

Submission + - GRUB 1.99 released with support for ZFS and BtrFS (gnu.org) 1

kthreadd writes: GNU GRUB has been updated to version 1.99. Among the many improvements are support for two new filesystems, BtrFS and ZFS. For Linux users this means that it's now possible to move to BtrFS entirely and not use it only for non-bootable volumes.

Submission + - LLVM Debugger Subproject Sees Light of Day (llvm.org)

kthreadd writes: The LLVM project is now working on a debugger called LLDB which is already faster than GDB and could be a possible alternative in the future for C, C++ and Objective-C developers. With the ongoing success of Clang and other LLVM subprojects is the days of GNU as the mainstream free and open development toolchain passé?
Security

Submission + - Security hole in Linux kernel by null pointer (h-online.com)

kthreadd writes: A null pointer dereference in the Linux kernel can lead to a root exploit when releasing a mutex to early, but only if mmap_min_addr is set to zero.

However, like previous null pointer dereference issues in the Linux kernel, the vulnerability can only be exploited if the kernel's mmap_min_addr system variable is set to 0. mmap_min_addr describes the lowest virtual address a process can use for mapping. If it is greater than 0, exploits that involve a null-valued pointer to this address won't work. However, as this will also cause certain open source applications like Wine and DOSEMU to malfunction, distributors such as Red Hat and Debian set the respective value to 0 by default. Red Hat has already released updated packages to close the hole. Debian offers instructions on how to change the variable. In Ubuntu, mmap_min_addr is set to 65535, which renders exploits ineffective.


Slashdot Top Deals

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...