Displaying 20 results from an estimated 2068 matches for "tainting".
Did you mean:
painting
2019 Sep 12
3
Taint flow tracking
Let in a program a variable 'x' is tainted. There is an assignment 'y=x'
where y is untainted.
How to check the taintflow in the output or data flow graph ?
Any suggestions?
Thank you. Have a great day.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190912/5bb3655c/attachment.html>
2007 Oct 02
2
Tainted kernel module?
Hello,
Some time ago, I noticed that whilst I had upgraded to Xen 3.1
(kernel 2.6.18-xen), I''d forgot to upgrade the paravirt DomU .cfg
kernels from 2.6.16-xen to reflect this. So, I upgraded the DomU
kernels & ran into issues with mounting devices, and the ext3 module
not being available.
After a bit of faffing about, I managed to sort this out and load the
ext3 module.
2012 Feb 06
1
Unknown KERNEL Warning in boot messages
CentOS Community,
Would someone who is familiar with reading boot messages and kernel
errors be able to assist with advising me on what the following errors
might mean in dmesg. It seems to come up randomly towards the end of the
logfile.
------------[ cut here ]------------
WARNING: at arch/x86/kernel/cpu/mtrr/generic.c:467
generic_get_mtrr+0x11e/0x140() (Not tainted)
Hardware name: empty
2003 Sep 22
0
3 fritz-cards pci
hello,
got anybody succesfully setup asterisk with three avm fritz pci cards -
using the howto described in
http://www.quiss.org/caiviar/Two-Fritzcards-HOWTO
i already have asterisk working with 2 cards, by when i add third card
and compile driver ( see capiinit debug below ) asterisk freeze on capi
initialization....
does anybody know how to solve this ?
regards Marian
------------------
2013 Jun 13
5
[LLVMdev] DataFlowSanitizer design discussion
.../// that label, else returns 0.
dfsan_label dfsan_has_label_with_desc(dfsan_label label, const char *desc);
Taint label representation
==========================
As stated above, the tool must track a large number of taint labels.
This poses an implementation challenge, as most multiple-label
tainting systems assign one label per bit to shadow storage, and union
taint labels using a bitwise or operation. This will not scale to
clients which use hundreds or thousands of taint labels, as the label
union operation becomes O(n) in the number of supported labels, and
data associated with it will quic...
2012 Jan 13
1
what to do about [abrt] full crash report kernel taint?
I have a machine with a recent install of centos
(2.6.32-220.2.1.el6.x86_64 kernel). It crashed 3 times this week, and
sent emails like the one below complaining about kernel taint. I've
gone back to a previous kernel to see if that helps, but otherwise I
don't know how to investigate this. What should I do?
Here's stuff from the log and one of the emails:
2015 Jul 17
2
[LLVMdev] static taint analysis in LLVM
Hello,
I want to know if LLVM support static taint analysis now ? and how to
implement static taint analysis code in term of LLVM pass or something else
?
can anyone help me?Thank you very much!
zhaoqian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150717/0236bed3/attachment.html>
2013 Jun 05
2
[LLVMdev] klee linker problem
Hello everyone,
I am a novice with KLEE under LLVM. I am trying to build a KLEE project (on
a new LLVM environment) and I have the following problem:
echo Testing...
Testing...
echo There should be no assertion fails!
There should be no assertion fails!
klee -taint=direct taint_direct.o
KLEE: output directory = "klee-out-8"
klee: error: Cannot find linker input
2014 Sep 04
1
Kernel errors after updating
Hi all,
I have updated my Centos 6.5 KVM host to kernel 2.6.32-431.23.3 this
morning ... After 2 hours working, the following kernel error appears
and all vm guests goes slowly ....
device monif4 entered promiscuous mode
monif: port 5(monif4) entering forwarding state
INFO: task cgroup:83 blocked for more than 120 seconds.
Not tainted 2.6.32-431.23.3.el6.x86_64 #1
"echo 0 >
2013 Jun 26
0
[LLVMdev] DataFlowSanitizer design discussion
.../// that label, else returns 0.
dfsan_label dfsan_has_label_with_desc(dfsan_label label, const char *desc);
Taint label representation
==========================
As stated above, the tool must track a large number of taint labels.
This poses an implementation challenge, as most multiple-label
tainting systems assign one label per bit to shadow storage, and union
taint labels using a bitwise or operation. This will not scale to
clients which use hundreds or thousands of taint labels, as the label
union operation becomes O(n) in the number of supported labels, and
data associated with it will quic...
2020 Jun 22
3
[Bug 1436] New: nf_conntrack_update fails in fedora kernels 5.6.16 and 5.6.18
https://bugzilla.netfilter.org/show_bug.cgi?id=1436
Bug ID: 1436
Summary: nf_conntrack_update fails in fedora kernels 5.6.16 and
5.6.18
Product: netfilter/iptables
Version: linux-2.6.x
Hardware: x86_64
OS: Fedora
Status: NEW
Severity: critical
Priority: P5
Component:
2005 Jan 13
1
Digital IO card and /proc/devices
Hi all,
I am having problems to get the SeaLevel IO card to work with CentOS distro.
Basically the card is being recognised and shown by lspci BUT /proc/devices
file is not updated with the new devices does anyone know why. ?
Could someone tell me what/where infos are needed to get /proc/devices to be
updated.
The reason I require the /proc/devices infos is because I want to run a mknod
2005 Aug 04
2
Can't load ocfs on ia64 EL3u3
# uname -r
2.4.21-20.ELsmp
[root@hp2620-2 root]# rpm -qa | grep ocfs
ocfs-tools-1.0.10-1
ocfs-support-1.0.10-1
ocfs-2.4.21-EL-1.0.13-1
[root@hp2620-2 root]# /sbin/load_ocfs
/sbin/insmod ocfs node_name=hp2620-2-eth1 ip_address=10.1.2.101 cs=1913 guid=8D65C7CEECF9EBE638BD0013215BD6E9 comm_voting=1 ip_port=7000
insmod: ocfs: no module by that name found
load_ocfs: insmod failed
[root@hp2620-2 root]#
2013 Mar 02
0
[LLVMdev] code for static taint analysis
Hi,
you have given the following link for the code of static taint analysis but
its showing the page not found error.
Can you just help me out.
*
"The code for static taint analysis (which should be similar to what you
need) is now publicly available. You can find the code at
https://github.com/thinkmoore/llvm-deps."
-- John T.
*thanks.
-------------- next part --------------
An
2006 Jan 12
1
dm_mod: no version for "struct_module" found: kernel tainted
I used the xensource install script for RHEL4 and after trying to boot on
the new kernel the system just continually rebooted. I appended a noreboot
to the xen line and now i''m seeing the following...
Freeing unused kernel memory: 184k freed
dm_mod: no version for "struct_module" found: kernel tainted.
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
2009 Sep 15
0
taint analysis tool on Xen
hi all,
I am searching the taint analysis tool on Xen, which can taint the memory at byte level.
Is there any tools on Xen? or any patches?
Thanks.
Chen Ping
_________________________________________________________________
心跳斗地主新版体验,给你360度的心跳体验!
http://club.msn.cn/
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2016 Dec 29
1
Static analysis on TCP/IP stack
Hi
I hope this is the right mailing list to ask some questions related to the
llvm. I am new to llvm and I decided to use llvm to conduct static analysis
of the linux kernel( mostly on the TCP/IP stack). One thing is that whether
llvm support static taint analysis. Could you please give me some examples
if you have or do I have to implement it by myself. If so, any suggestions
available?
My
2004 Aug 06
4
Re: Compiling ices
----- Original Message -----
From: Karl Heyes <karl@pts.tele2.co.uk>
To: <icecast@xiph.org>
Sent: Friday, January 31, 2003 5:29 PM
Subject: Re: [icecast] Re: Compiling ices
<p>> On Fri, 2003-01-31 at 06:39, Marc Remijn wrote:
> ...
>
> > Kernel output:
> >
> > invalid operand: 0000
> > CPU: 0
> > EIP: 0010:[<d08e25b1>]
2012 Jan 17
1
Errors in /var/spool/mail/root
CentOS Experts,
I am receiving the following in /var/spool/mail/root. I cleaned out the
file and then rebooted and the same errors came back. Is it possible to
analyze the data and advise if there is an issue with my system? This is
a completely fresh install.
From user at localhost.srv.net Tue Jan 17 08:11:56 2012
Return-Path: <user at localhost.srv.net>
X-Original-To: root at
2013 Jun 06
0
[LLVMdev] klee linker problem
Hi,
The klee library directory is determined at compile time and cannot be
changed afterwards. Have a look at tools/klee/main.cpp to see how it is
computed.
I usually use Klee without any install step, right from the build
directory. This has never given me the error you see.
Hope this helps,
Jonas
On Wed, Jun 5, 2013 at 5:26 PM, Alexandru Ionut Diaconescu <
alexandruionutdiaconescu at