Displaying 20 results from an estimated 4000 matches similar to: "Wine securityflaw."
2003 Dec 10
1
ext3 from whithin W2K
hello everyone,
in the past I used an utility to gain access to my ext3 filesystem from
whithin W2K, I recall that the access was very restricted in terms of modes.
Now I'm looking for that tool (of which I cannot remember the name at all)
or, better, an unlimited one.
Does anyone help me in this seeking without finding? In particular, does
anyone know of a driver which present me the ext3
2011 Feb 07
3
Loop to find dates whithin dates
Hello to all,
I have two dataframes, the first with two columns sunrise and sunset (for 10
years). Each of these columns is formatted for date time (ex: 01-Jan-2010
15:37:00)
In the second data frame I have GPS information and also a date time column
(same format ).
What I would like to do is a subset of all the rows from the second
dataframe that occurred in day time only so between sunrise
2002 Aug 06
2
Fwd: this is scary
i got this link from another list.
does this affect applications running in wine?
http://security.tombom.co.uk/shatter.html
--
Oh, I have slipped the surly bonds of DOS,
and danced the skies on Linux silvered wings.
http://pfrostie.freeservers.com/cad-tastrafy/
http://www.freelists.org/list/cad-linux
2001 Jul 18
2
winelib and msvcrt/stdio.h
Hi,
I am using Winelib and no mfc to get a company app to run on Linux. It is a cuiexe as well.
However, I get a lot of errors when I include <msvcrt/io.h>.
e.g.,
/usr/include/wine/msvcrt/stdio.h:66: syntax error before '('
This line is:
typedef struct MSVCRT(_iobuf)
Is it possible to do this with C/C++? I am assuming it is a Windows thing. My version of wine is:
2017 Mar 11
2
What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
Hello,
One of my Julia programs failed to execute with the following error,
DICompileUnit not listed in llvm.dbg.cu
!11 = distinct !DICompileUnit(language: DW_LANG_C89, file: !3, producer:
"julia", isOptimized: true, runtimeVersion: 0,emissionKind: FullDebug, enums
: !12)
This was generated by verifyModule(*GPUModule,&(llvm::errs())From whithin
PPCGCodeGeneration.cpp in Polly.
2007 Apr 26
1
xyplot() and controlling panel.polygon()
Dear R-helpers,
How do I tell panel.polygon what greoup and panel it applies to whithin
xyplot(y ~ x | c, groups = g
panel = function(x, y, groups, ...){
panel.polygon(x = xpol[c, g], y = ypol[c, g], default.units
= 'native')
panel.xYplot(x, y, groups, ...)
llines(x = c(1, 6), y = c(-24.283333, 35.941667), lwd = 2, lty =
3, col = 4)
}
x[c, g] and y[c, g] describe
2006 Feb 15
2
[LLVMdev] question-TUD, germany
hi everyone,
here i have a question:
is there any chance in llvm intermediate
representation to compare whether a operand (ie a
value) is used as a user without iterating over all
the instructions in a basic block.
i will explain this with an example:
i=p+4;
j=i+p;
in the above example i mean p,4,i,p which are on the
RHS are operands and the terms i,j which are on the
LHS are users.
so what i
2000 May 10
1
Problem: permissions for removing a file in a file system mounte d by smbmount
Hi,
I have got a problem with the semantics of file permissions on a file system
mounted by smbmount on a Linux box (kernel 2.2.14, Samba 2.0.6, and after
looking through the 2.0.7 announcement, it appears that the problem has not
been addressed there).
Consider the following case: I mount a share from an NT server on a Linux
box, which I then use at the Linux box. I create a file on that
2012 Nov 20
4
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
Hi All,
I'm trying to compile clang+llvm on my desktop with cross-compiler to be
able to work with llvm commands in ubuntu-arm image whithin gem5.
If anybody has done this before I'd be so thankful to know the exact
process and commands. I tried to configure llvm as follows but I couldn't
get the arm-arm version correctly. To sum up, I need to cross-compile llvm
for ARM to work in
2007 Mar 16
2
Discriminating between experiments with xyplot (lattice)
Hi,
suppose I have data from 3 experiments which show conversion as a function of
time for different boundary conditions, e.g. pressure, temperature. I want to
plot all experiments as conversion over time grouped according to the
temperature. However, since I have more than one experiment performed at the
same temperature (but different pressures) I end up figuring out which curve
belongs
2002 Jun 03
1
Powerpoint and modification time
Hi all,
I'm new to the list, so please be patient with me.
Samba 2.0.7 is running on a compaq alpha server es40 with
tru64 4.D.
We got a problem with powerpoint files on a samba share.
As soon as I open a powerpoint file on a samba share the
modification time of the file changes, even if I'm not
changing anything whithin the file. This only happens if
I open *.ppt files which where
2011 Jul 22
3
Cox model approximaions (was "comparing SAS and R survival....)
For time scale that are truly discrete Cox proposed the "exact partial
likelihood". I call that the "exact" method and SAS calls it the
"discrete" method. What we compute is precisely the same, however they
use a clever algorithm which is faster. To make things even more
confusing, Prentice introduced an "exact marginal likelihood" which is
not
2005 May 03
2
wineconf video downloads
Videos will appear here
http://wineconf.geldorp.nl/
enjoy.
Ivan.
2001 Sep 26
1
[PATCH] random SSH_MSG_IGNORE packets
Hi!
The following patch adds ability to configure the ssh client to
send SSH[2]_MSG_IGNORE packets of random length at random times
whithin a user-specified interval. The function is configured by
setting the config-file options BogusTrafficIntervalMax and
BogusTrafficIntervalMin, which defines the interval in seconds in
which the packets are randomly sent. It is disabled by default. It
suffices
2001 Jul 06
2
winelib and compiling MFC
Hi,
The company I work for, has asked me to use winelib to port some code, however I have a problem compiling the MFC. I run
winemaker 0.5.7
with options:
'winemaker --lower-uppercase -nomfc --dll ./ > \ winemaker_output.txt'
No errors in file or stderror; further winemaker accesses the correct directories.
But when I run ./configure as:
'./configure --with-wine=/usr/bin \
2005 Jul 26
5
Plot zooming i.e. changing ylim according to xlim
Dear R-gurus,
I would like to zoom in a plot, e.g. I select a region on the x-axis and
then I would like the ranges on the y-axis to change accordingly.
Is it possible to do this with existing functions, or do I have to
invent some data selection before plotting?
See below a short example, where I select ylim with trial and error,
which I want to avoid.
Cheers, Henrik Andersson
2007 Jan 03
7
SNOM loses server registration
Hello to all
When my SNOM (300 or 320) loses Internet connectivity, it loses its
Asterisk registration (ok, thats normal).
But when the phone is back online, he doesn't try to register in
Asterisk. I believe this happens to avoid flooding the private LANs when
the Internet link is lost.... but the problem is that the phones don't
try to re-register in the future.... Sometimes it stays
2004 May 18
7
Isotopic notation in plots
I really like to use R for all my graphs, and as I work with stable
isotopes I want to have a proper chemical notation in my plots
I have looked at ?plotmath, but didn't find the answer and also searched
the R website.
------------------------------------------------------------------------
--
plot(1:10,xlab=expression(^{14}*C)) # I want to have a superscript with
nothing in front, but it
2017 Mar 12
2
What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
On Sat, Mar 11, 2017, at 07:34 PM, David Blaikie via llvm-dev wrote:
> On Sat, Mar 11, 2017 at 3:10 AM SANJAY SRIVALLABH SINGAPURAM via llvm-dev
> <
> llvm-dev at lists.llvm.org> wrote:
>
> > Hello,
> >
> > One of my Julia programs failed to execute with the following error,
> > DICompileUnit not listed in llvm.dbg.cu
> > !11 = distinct
2005 Dec 02
2
Seven month time-series sampled at hourly intervals
I have data from several sensors that recorded data at hourly intervals
during seven months. I want to separate daily variation from the trend,
and also be able to zoom in on only one month of data.
I have not been able what functions to use, I can not figure out from
the help for 'ts' how to use hourly data.
I guess this is routine-work for a lot of people so I hope someone can