Displaying 20 results from an estimated 100 matches similar to: "OggShell v1.0 released"
2013 Jan 23
0
[LLVMdev] BlockFrequencyImpl asserts on multiple edges between same MBBs with different weights in LLVM 3.2
On Jan 23, 2013, at 12:36 PM, Stefan Hepp <stefan at stefant.org> wrote:
> However, an alternative option could be to simply disallow different edge weights for edges with the same source and destination, or to make the call to getEdgeFreq(Pred,BB) in BlockFrequencyImpl distinguish between the edges, which would eliminate the need for an additional PtrSet, but is not that easy to
2013 Sep 30
0
[LLVMdev] StackColoring remaps debug info from unrelated functions
Hi Stefan,
This looks like a bug. Thanks for catching this and writing the mailing list. Do you think you could submit a patch to fix the problem ?
I understand that you can’t release your source code, but there is an easy way to generate test-cases from confidential code. If you can write a “verifier" that makes the compiler crash on an assertion then you can use bug point to reduce
2024 May 29
0
nginx-1.27.0
Изменения в nginx 1.27.0 29.05.2024
*) Безопасность: при использовании HTTP/3 обработка специально созданной
QUIC-сессии могла приводить к падению рабочего процесса, отправке
клиенту содержимого памяти рабочего процесса на системах с MTU больше
4096 байт, а также потенциально могла иметь другие последствия
(CVE-2024-32760,
2024 May 29
0
nginx-1.27.0
Changes with nginx 1.27.0 29 May 2024
*) Security: when using HTTP/3, processing of a specially crafted QUIC
session might cause a worker process crash, worker process memory
disclosure on systems with MTU larger than 4096 bytes, or might have
potential other impact (CVE-2024-32760, CVE-2024-31079,
CVE-2024-35200, CVE-2024-34161).
2024 May 29
0
nginx-1.26.1
Changes with nginx 1.26.1 29 May 2024
*) Security: when using HTTP/3, processing of a specially crafted QUIC
session might cause a worker process crash, worker process memory
disclosure on systems with MTU larger than 4096 bytes, or might have
potential other impact (CVE-2024-32760, CVE-2024-31079,
CVE-2024-35200, CVE-2024-34161).
2024 May 29
0
nginx-1.26.1
Изменения в nginx 1.26.1 29.05.2024
*) Безопасность: при использовании HTTP/3 обработка специально созданной
QUIC-сессии могла приводить к падению рабочего процесса, отправке
клиенту содержимого памяти рабочего процесса на системах с MTU больше
4096 байт, а также потенциально могла иметь другие последствия
(CVE-2024-32760,
2004 Jun 30
1
classifying packets
hello!
i have the following problem:
i have a pc, which has one (eth0) NIC. eth0 is connected to two other linux
machines acting as routers to the internet.
i want to classify packets outgoing from my PC. i want to mark packets that are
routed through 1. router with mark 1 and the others packets routed throuhg
router 2. with mark 2.
i had following ideas:
-using destination MAC
-using route
2009 Aug 25
1
setting up both system password users AND virtual users
Hi,
I want to pick up this discussion.
I am trying to achieve the same, but I am using Maildir instead.
Here's the (relevent part of the) config file as configured by the recent
suggestion:
# We're using Maildir format
mail_location = maildir:~/Maildir
# Authentication configuration:
auth_verbose = yes
auth default {
mechanisms = plain
userdb passwd {
}
userdb static {
2005 Jan 01
2
htb bridge problem, please chceck my config
hello. i have following setup:
a machine (winChip 200mhz cpu, 32mb ram, linux 2.4.28) acting like a bridge
with
2 interfaces (eth0 - to our ISP, eth1 - to our network)
machine does not have any IP
there is a 802.1q vlan eth0.2
eth0.2 and eth1 are bridged in br0
i have one 4mbit link which i share with my friend, i have 3mbit and he has
1mbit
all our IP addresses are public and we have the
2004 Sep 10
2
Large compression test
A large test I ran on flac 1.0 recently finished so I thought
I'd post the results. I took about 60 CDs, totalling around
30 gigs uncompressed, and compressed them all using all 10 of
flac's default compression modes (-0 through -9). The CDs are
of a wide variety of music; I think the only major genres not
represented are country and rap (freudian slip). Anyway, the
raw numbers:
Opt
2010 Oct 17
1
samba4 servers with one "master" sam.ldb
Hi all!
First of all i would like to say that i am not a Samba4 guru so my question
may be "stupid". I have 2 Samba4 servers up and runnning:
Server 1:
netbios name = PDC
workgroup = GBG
realm = GBG.INPUTINTERIOR.SE
server role = domain controller
Server 2:
netbios name = PDC
workgroup = MLM
realm = MLM.INPUTINTERIOR.SE
server role = domain controller
Here comes my
2011 Dec 12
3
shorter way of coding
Dear R users,
I am using the code below to generate a fitted value of b. I have about 300 different values for for y (y1, y2, ...y300) which means I will have to write the code below 300 times to generate the 300 different fitted values for y. Is there a short way of doing that ?
Many thanks in advance
Mintewab
library(mgcv)
dat <- read.table("e:/minti's
2004 Nov 09
2
Problem with Keyboard & Mouse while start game
When i start a game with Wine(any game) my mouse and keyboard stop functioning. The game is running but the mouse and keyboard don?t work.
--------------------------
I start the game like this:
wine program.exe
--------------------------
My Wine version is 20041019 and linux version is SUSE 9.1 PRO. Please tell me how to fix this problem.
sorry for my broken english.
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
2017-03-31 0:54 GMT+02:00 Daniel Berlin <dberlin at dberlin.org>:
> I'm curious, btw, what made it think the above is legal.
> The intrinsics are marked as touching memory, having side effects, etc.
The precedes my involvement with Polly.
Polly has a list of intrinsics that can be safely ignored, e.g.
llvm.dbg.value/llvm.gbg.declare. The lifetime markers are also in this
list.
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
It's useful to think about lifetime.start/end as being equivalent to a
memset of undef. They effectively clobber what was there and reinitialize
it with "nothing". If you transform lifetime.start in a way that would be
incorrect if it were storing undef, then that transform is incorrect.
On Thu, Mar 30, 2017 at 4:16 PM, Daniel Berlin via llvm-dev <
llvm-dev at lists.llvm.org>
2013 Sep 29
2
[LLVMdev] StackColoring remaps debug info from unrelated functions
Hi,
I run into a a strange error when compiling with debug infos, where LLC
tries to generate a variable DIE using a completely wrong frame-index
(DebugDwarf tries to resolve frame index 27 in a simple function which
only has a single frame object .. ).
After digging around, I found that MachineModuleInfo has a
VariableDbgInfo map, that is filled by SelectionDAGBuilder.
2013 Jan 24
1
[LLVMdev] BlockFrequencyImpl asserts on multiple edges between same MBBs with different weights in LLVM 3.2
Hi,
On 01/23/2013 11:30 PM, Jakob Stoklund Olesen wrote:
> If you can find the place that creates the duplicate MBB edge, that would be great.
>
Found it :) It happens in lib/CodeGen/IfConversion.cpp at the very end
in MergeBlocks. I attached a small patch that should resolve that issue.
Our tests now compile sucessfully even without my previous patch.
regards,
Stefan
--------------
2005 Mar 23
3
Upgrade 3.0.11 to 3.0.12 serious issues
Linux Samba 3.0.12 + acl (ext3)
===============================
When upgrading from 3.0.11 to 3.0.12 ACL's do not seem get used anymore.
We are using the inherit acls options for both maps and files. After the
upgrade users are unable to create new files in directories where they
used to have privileges for. The error returned is: "The file already
exists. Do you want to
2015 Oct 05
0
Best of the best watches.
?Order watches, bags here- http://goo.gl/tFhuvb
tkhlc xd anmw f plmi tcul
o e xuz on rq nbkbs
bhcv zkkwb b ozhkp h b
givcc jm birjv bbdvf ek wgo
bgyt buf yw e g qzby
wbexd vevwm pnb c p azugj
hlk ieyan pj rc yzcx drqxe
mcrcj xlo bnkpt in pw wzurk
n ycct tz kt hwsjt nkg
jln wocia rh vkt lzn co
sjhnr ic c crdz ssh cs
vz ddpl hwgmh adtcn trf iv
as asbp xmcp moho yo jegpk
bj bui x c ddz
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
2017-03-31 0:19 GMT+02:00 Daniel Berlin <dberlin at dberlin.org>:
>> I modified Polly's code generator to produce
>>
>> if (c) {
>> llvm.lifetime.start(&var)
>> } else {
>> llvm.lifetime.start(&var)
>> }
>> [...]
>> llvm.lifetime.end(&var)
>>
>> and it does not miscompile