Displaying 3 results from an estimated 3 matches for "597801".
Did you mean:
59701
2017 Feb 18
2
[RFC] Using Intel MPX to harden SafeStack
...1545 |
+--------------+---------+---------+---------+-------+
|462.libquantum|32441|127065|127257|177545 |
+--------------+---------+---------+---------+-------+
|464.h264ref|539713|638705|638897|736729 |
+--------------+---------+---------+---------+-------+
|471.omnetpp|403521|527345|527537|597801 |
+--------------+---------+---------+---------+-------+
|473.astar|31169|126225|126417|178105 |
+--------------+---------+---------+---------+-------+
|483.xalancbmk |2358241|2725921 |2726113|2936841|
+--------------+---------+---------+---------+-------+
Percentage changes in .text section...
2003 Sep 04
2
Any way to do Linux User home directories via Samba
All of our user authentication is done via LDAP. We have an all
Linux backend and tons of windows desktops. We've just started getting
a few people to move to Linux on the desktop. Is there any way that I
can have their home directory automatically mounted via Samba when they
log in?
Thanks,
Jason Joines
Open Source = Open Mind
========================
2017 Feb 08
4
[RFC] Using Intel MPX to harden SafeStack
Hi,
I previously posted about using 32-bit X86 segmentation to harden SafeStack: http://lists.llvm.org/pipermail/llvm-dev/2016-May/100346.html That involves lowering the limits of the DS and ES segments that are used for ordinary data accesses while leaving the limit for SS, the stack segment, set to its maximum value. The safe stacks were clustered above the limits of DS and ES. Thus, by