Displaying 20 results from an estimated 360 matches for "underflow".
2013 Oct 24
1
gk104: disable display underflow reporting
Hi Nouveau developers,
We've posted a short document about disabling display underflow reporting
on GK104, which is needed due to an incorrect setting in some production
GK104 VBIOSes:
ftp://download.nvidia.com/open-gpu-doc/gk104-disable-underflow-reporting/1/gk104-disable-underflow-reporting.txt
Thanks,
- Andy
2020 Aug 25
0
X.Org server security advisory: August 25, 2020
...elevation
on systems where the X server is running privileged.
* CVE-2020-14345 / ZDI CAN 11428 XkbSetNames Out-Of-Bounds Access
The handler for the XkbSetNames request does not validate the request
length before accessing its contents.
* CVE-2020-14346 / ZDI CAN 11429 XIChangeHierarchy Integer Underflow
An integer underflow exists in the handler for the XIChangeHierarchy
request.
* CVE-2020-14361 / ZDI CAN 11573 XkbSelectEvents Integer Underflow
An integer underflow exist in the handler for the XkbSelectEvents
request.
* CVE-2020-1436 / ZDI CAN 11574 XRecordRegisterClients Integer Underflow...
2009 Oct 20
1
underflow of fisher.test result
fisher.test() gives a very small p-value, which is underflow on my
machine. However, the log of it should not be underflow. I'm wondering
if there is a way get log() of a small p-value. An approximation is
acceptable in this case. Thank you!
> fisher.test(rbind(c(10000,100000),c(100000,10000000)))$p.value
[1] 0
2000 Feb 13
1
Underflow warnings?
Dear all,
I'm a bit concerned about underflow problems. Such problems typically
occur when two almost equal numbers are subtracted. I was wondering if R
has any mechanisms for warning users about potential problems, or if any
policy has been developed?
To check, I just did:
> 1.0000000000000001 - 1
[1] 0
> 1.000000000000001 - 1
[1] 1.1...
2002 Oct 17
1
underflow handling in besselK (PR#2179)
The besselK() function knows about overflows/underflows internally;
there is a constant xmax_BESS_K in src/nmath/bessel.h (and referred to
only in bessel_k.c), equal to 705.342, which is checked if expon.scaled is
FALSE. (The equivalent number for bessel_i.c is 709, defined as
exparg_BESS in bessel.h.) However, besselK(x) silently returns +Inf if
x>...
2012 Nov 23
1
[PATCH] libxl - fix a variable underflow in libxl_wait_for_free_memory
When xl is called to create a domU and there is not enough memory available,
then the autoballooning is called to extract memory from dom0. During the
ballooning a loop in libxl_wait_for_free_memory() waits unless enough memory
is available to create the domU.
But because of a variable-underflow the loop can finish too soon and xl
finally aborts with the message:
xc: error: panic: xc_dom_boot.c:161: xc_dom_boot_mem_init: can''t allocate low
memory for domain: Out of memory
libxl: error: libxl_dom.c:430:libxl__build_pv: xc_dom_boot_mem_init failed:
Devi...
2007 Mar 29
2
Integer underflow in the "file" program before 4.20
Hello
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1536
"Integer underflow in the file_printf function in the "file" program
before 4.20 allows user-assisted attackers to execute arbitrary code via
a file that triggers a heap-based buffer overflow."
Is FreeBSD 5.x/6.x affected too? It looks the System has file 4.12. The
port has 4.20.
Regards,
Thomas
--...
2012 Apr 17
4
[LLVMdev] Representing -ffast-math at the IR level
...ations have far lower significance than the computations themselves, and therefore they have precision to burn. So the vast majority of such app developers would happily trade precision for performance, even as the default behavior. However, the place where trouble DOES occur is with overflow and underflow behavior at critical points. Changing the order of operations, or combining operations, can cause overflows or underflows to occur that wouldn't otherwise occur, and vice versa. Sometimes this is beneficial, but it is almost always unexpected. Underflows may sound less important in this rega...
2020 Jun 10
1
[PATCH] vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()
The "vma->vm_pgoff" variable is an unsigned long so if it's larger than
INT_MAX then "index" can be negative leading to an underflow. Fix this
by changing the type of "index" to "unsigned long".
Fixes: ddd89d0a059d ("vhost_vdpa: support doorbell mapping via mmap")
Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
---
drivers/vhost/vdpa.c | 2 +-
1 file changed, 1 insertion(+), 1 de...
2004 Dec 03
1
Odd underflow(?) error
....225073858e-308 responds "0".
Their negative values respond similarly, so it would appear that
somewhere in there is the smallest absolute value that that installation
of R will hold.
On another machine where the checks passed, both responses are correct,
not just the first one. The underflow there is significantly lower,
with much less accuracy, as opposed to what seems to be good accuracy on
what looks like the broken one. The values there are:
2.4703282293e-324 gives 4.940656e-324
2.4703282292e-324 gives 0
My first thought was that GMP and/or MPFR weren't working properly, s...
2004 Dec 03
1
Odd underflow(?) error
....225073858e-308 responds "0".
Their negative values respond similarly, so it would appear that
somewhere in there is the smallest absolute value that that installation
of R will hold.
On another machine where the checks passed, both responses are correct,
not just the first one. The underflow there is significantly lower,
with much less accuracy, as opposed to what seems to be good accuracy on
what looks like the broken one. The values there are:
2.4703282293e-324 gives 4.940656e-324
2.4703282292e-324 gives 0
My first thought was that GMP and/or MPFR weren't working properly, s...
2012 Apr 17
0
[LLVMdev] Representing -ffast-math at the IR level
...than the
> computations themselves, and therefore they have precision to burn. So the
> vast majority of such app developers would happily trade precision for
> performance, even as the default behavior. However, the place where trouble
> DOES occur is with overflow and underflow behavior at critical points.
> Changing the order of operations, or combining operations, can cause
> overflows or underflows to occur that wouldn’t otherwise occur, and vice
> versa.
for the moment I'm distinguishing (mentally) between transformations that
introduce a uni...
2024 Sep 11
2
[Bug 3732] New: An integer underflow may occur due to arithmetic operation (unsigned subtraction) between values '0' and '67108864', where the first value comes from the expression 'h4 + b' and the second value comes from the expression '(1 << 26)'
https://bugzilla.mindrot.org/show_bug.cgi?id=3732
Bug ID: 3732
Summary: An integer underflow may occur due to arithmetic
operation (unsigned subtraction) between values '0'
and '67108864', where the first value comes from the
expression 'h4 + b' and the second value comes from
the expres...
2014 May 29
1
Question about PLC in OPUS
I have a question about PLC used by OPUS.
We are using OPUS for streaming music in some application.
Due to some network problems, we are running into problems related to clock drifts. This causes jitter buffer underflows at the receiver and hence we need to rebuffer the jitter buffer periodically. We are looking at the root cause of this problem (drift), but that's besides the point.
During jitter buffer rebuffering, we are sending null frames to the OPUS decode, indicating lost frames. My question is - Is th...
1998 Jul 27
1
R-beta: R has underflows on sparc-redhat-linux
...R_LoadProfile (fp=0x105eb8) at main.c:317
#10 0x42b7c in mainloop () at main.c:407
#11 0x8b254 in main (ac=0, av=0xeffff4d4) at system.c:498
(gdb) p y
$1 = 7.4583407312002067e-155
(gdb)
Although I understand what the cause of the problem is, I'm not sure
what the correct thing to do to enable underflow traps on sparc-redhat-linux.
In addition, I notice that the configure for R does not try and
compile with (on alpha) -mieee nor link with "-lieee -lm". Is that
OK?
Please reply directly since I'm on *way* too many lists already :-)
TIA
73 de Jeff
--
Jeff Johnson ARS N3NPQ
jbj a...
2020 Oct 06
1
[RFC] gem: fix "refcount_t: underflow; use-after-free"
we can't use nouveau_bo_ref here as no ttm object was allocated and
nouveau_bo_ref mainly deals with that. Simply deallocate the object.
Signed-off-by: Karol Herbst <kherbst at redhat.com>
---
drm/nouveau/nouveau_gem.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drm/nouveau/nouveau_gem.c b/drm/nouveau/nouveau_gem.c
index e11303fbc..45582a8dc 100644
---
2020 Nov 03
0
[PATCH AUTOSEL 5.9 34/35] drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"
From: Karol Herbst <kherbst at redhat.com>
[ Upstream commit 925681454d7b557d404b5d28ef4469fac1b2e105 ]
we can't use nouveau_bo_ref here as no ttm object was allocated and
nouveau_bo_ref mainly deals with that. Simply deallocate the object.
Signed-off-by: Karol Herbst <kherbst at redhat.com>
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
Signed-off-by: Sasha Levin
2020 Nov 03
0
[PATCH AUTOSEL 5.8 28/29] drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"
From: Karol Herbst <kherbst at redhat.com>
[ Upstream commit 925681454d7b557d404b5d28ef4469fac1b2e105 ]
we can't use nouveau_bo_ref here as no ttm object was allocated and
nouveau_bo_ref mainly deals with that. Simply deallocate the object.
Signed-off-by: Karol Herbst <kherbst at redhat.com>
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
Signed-off-by: Sasha Levin
2020 Nov 03
0
[PATCH AUTOSEL 5.4 23/24] drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"
From: Karol Herbst <kherbst at redhat.com>
[ Upstream commit 925681454d7b557d404b5d28ef4469fac1b2e105 ]
we can't use nouveau_bo_ref here as no ttm object was allocated and
nouveau_bo_ref mainly deals with that. Simply deallocate the object.
Signed-off-by: Karol Herbst <kherbst at redhat.com>
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
Signed-off-by: Sasha Levin
2005 Aug 10
0
[BUG?] probable underflow on file date on ext2/3 filesystems
Hi guys,
a user at Gentoo Bugzilla, reported that he archives files with
a
artificial timestamp of 1970-01-01 on an ext3 partition on his amd64
box. After remounting that partition, the file date becomes 2106-02-07.
I confirmed this bug and also tested it on several other partitions
(xfs, reiserfs) and they don't have this problem, just ext2 and ext3
have it. This problem also