[SSI] openssi/kernel/include/cluster/gen as_xscribe.x,1.2,1.3
Roger Tsang <[email protected]> Sun, 18 Apr 2010 20:43:26 +0000
| Newsgroups | gmane.linux.cluster.ssic.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ssic-linux/openssi/kernel/include/cluster/gen
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11158/include/cluster/gen
Modified Files:
Tag: OPENSSI-FC
as_xscribe.x
Log Message:
- Fix array bounds violation due to as_saved_auxv array in as_info struct is smaller than saved_auxv array in mm struct.
Index: as_xscribe.x
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/cluster/gen/as_xscribe.x,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- as_xscribe.x 25 Oct 2004 21:51:38 -0000 1.2
+++ as_xscribe.x 18 Apr 2010 20:43:24 -0000 1.3
@@ -93,7 +93,7 @@
arch_ulong as_env_start;
arch_ulong as_env_end;
/* rss, total_vm, locked_vm, def_flags: local only */
- arch_ulong as_saved_auxv[40];
+ arch_ulong as_saved_auxv[42];
boolean_t as_dumpable;
};
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev