Displaying 20 results from an estimated 120 matches similar to: "BUG: snprintf() with floating point numbers"
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2005 Oct 10
11
Samba creating multiple isntances of the deamon
(2005.10.10, 14:25)
I am running Samba 3.0.14a-2 on Fedora 4. I have no problem seeing the
Linux file system from any of the Windows (2000, SP4) computers
attached to the network.
The problem is that smbd processes are created for no apparent reason
and never die. I noticed this when the computer had been up for about
three days and there were some 600 active smbd processes!
What could be the
2005 Jul 07
2
pgp status
Dear all!
I'd like to know if something
changed for pgp263i on amd64.
In ports, archs recommended are
i386 and alpha.
Has someone used gpg-idea port
(with idea and rsa) to circum-
vent pgp <-> gpg missmetch?
Best regards
Zoran
2000 Jan 06
1
bsd-snprintf.c and NeXT.
I'm wonder if anyone happens to have a simplier (slower) version of
bsd-snprintf.c. It seems NeXT 3.3 (unsure about 4.2) is missing
mprotect().
If I could get something to replace that for a while and fix some of
theses utmp in login.c issues I may have a rough port NeXT to black
hardware.=)
Thanks
1999 Dec 10
0
snprintf from postgresql
/*
* Copyright (c) 1983, 1995, 1996 Eric P. Allman
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of
2006 Mar 17
3
[Bug 1173] scp reports lost connection for very large files
http://bugzilla.mindrot.org/show_bug.cgi?id=1173
Summary: scp reports lost connection for very large files
Product: Portable OpenSSH
Version: 4.3p2
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2006 Jun 20
1
Re: [Xen-ia64-devel] Weekly benchmark results [ww24]
==================
STATUS
==================
I do the heavy load test of create/destroy.
CREDIT scheduler(cshed_schedule) checks BUG_ON(!vcpu_running) at the end of code.
It makes error.
The reason is that
atomic_inc(&v->pausecnt)@vcpu_pause() is called without lock.
(spin_lock(&schedule_data[cpu].schedule_lock))
This lock-less "pausecnt" makes vcpu_running state changing
2005 Mar 18
3
Easy Accounting?
I have an office setup with shorewall and when there''s bandwidth
problems, I''d like to know who''s hogging my bandwidth and how (port).
What would be the best approach to have shorewall show me something
like:
IP | Port | Bytes In | Bytes Out
I have 20 PCs connected via DHCP.
I looked at the documentation and thought that accounting may be close,
but accounting
2008 Feb 17
0
Re: NAT
David wrote:
In the future, please send your problem report to the Shorewall Users
list. If you are paranoid about posting your configuration to the list,
you can send the dump OUTPUT to support@shorewall.net.
> I recently installed Engarde Secure Linux, version 3.0.18.i868, on an HP
> Pavilion 523n desktop PC. Has an AMD Athlon 2200+ processor. Nothing
> else is installed on the
2005 Mar 14
1
r: eviews and r // eigen analysis
hi all
i have a question that about the eigen analysis found in R and in
eviews.
i used the same data set in the two packages and found different
answers. which is incorrect?
the data is:
aa ( a correlation matrix)
1 0.9801 0.9801 0.9801 0.9801
0.9801 1 0.9801 0.9801 0.9801
0.9801 0.9801 1 0.9801 0.9801
0.9801 0.9801 0.9801 1 0.9801
0.9801 0.9801 0.9801 0.9801 1
now
> svd(aa)
$d
[1] 4.9204
2012 Sep 28
0
incorrect configure test for "whether snprintf correctly terminates long strings"
checking whether snprintf correctly terminates long strings... no
configure: WARNING: ****** Your snprintf() function is broken, complain
to your vendor
configure:10176: checking whether snprintf correctly terminates long strings
conftest.c:181:2: error: implicit declaration of function 'exit'
the test (and others) use exit without including <stdlib.h>
this is a list of other
1999 Nov 24
2
snprintf on solaris
Hello,
I've managed to get around the undefined paths in openssh-1.2pre14 on
solaris, but now I'm stuck without an implementation of snprintf and
vsnprintf. Is there a library I can download or a way to #define the
functions into compatibility?
Thanks,
--Henry
2001 May 18
0
patch to change sprintf to snprintf in inet_ntop.c for SunOS4
I found that inet_ntop.c was depending on the return value of sprintf to
return an int, but on SunOS4 it returns a char *. Snprintf is preferred
anyway, so here's a patch to change the calls to use snprintf. Applies
cleanly to the current CVS, and it was the only patch I need to apply to
get 2.9p1 to build on SunOS4.1.4.
On the other hand, I can't see any where inet_ntop is called, and
2015 May 08
0
[patch] virtio_console: use snprintf() for safety
On (Fri) 08 May 2015 [09:19:02], Dan Carpenter wrote:
> My static checker complains that this sprintf() can overflow.
>
> vdev->index is selected by ida_simple_get() in register_virtio_device()
> so my reading of the code is that this overflow is theoretically
> possible. The max value of "id" is configurable and I'm not sure what
> typical values are.
2004 Apr 30
1
problem conpiling snprintf.c
>From Michele Cawley
problem: tring to install on a HPUX v11 system. make install comming back
with below error.
Using LIBS = -lgen -lsec -lnsl
Compiling lib/snprintf.c
lib/snprintf.c:792: conflicting types for `snprintf'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/include/stdio.h:493:
previous d
eclaration of `snprintf'
*** Error exit code 1
Stop.
regards
Michele
2011 Jul 08
1
[Bug 8294] New: lib/snprintf.c compile fix
https://bugzilla.samba.org/show_bug.cgi?id=8294
Summary: lib/snprintf.c compile fix
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au
QAContact:
2015 Apr 21
1
[Bug 11229] New: off-by-one in snprintf() check
https://bugzilla.samba.org/show_bug.cgi?id=11229
Bug ID: 11229
Summary: off-by-one in snprintf() check
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: sbehrens at
2013 Mar 14
0
snprintf and MS Visual Studio
On 3/14/2013 8:00 AM, Erik de Castro Lopo wrote:
> Hi all,
>
> There are a bunch of sprintf calls in the FLAC code base and I'd like
> to replace them with calls to snprintf but I know that can cause
> problems with at least some versions of Visual Studio.
>
> Whats the current state of play in this regard?
>
> Erik
Since MS refuses to support C99, the common
2013 Mar 15
0
snprintf and MS Visual Studio
Microsoft provides a surprisingly good (but proprietary) API inside strsafe.h. StringCchPrintfA can be substituted for snprintf but the return value is different. A small wrapper function around StringCchPrintfExA could get you enough information to emulate snprintf well. But sprintf_s might be good enough for the limited uses inside flac, as you said.
Sent from my iPhone
On Mar 14, 2013, at
2014 Sep 21
2
[PATCH] flac version of (v)snprintf
The patch changes flac_snprintf (in src/share/grabbag/snprintf.c)
and its copy local_snprintf (src/libFLAC/metadata_iterators.c).
It also adds flac_vsnprintf (src/share/grabbag/snprintf.c) and
its copy local_vsnprintf (src/share/win_utf8_io/win_utf8_io.c).
And it changes stats_print_info in src/flac/utils.c so it uses flac_vsnprintf
instead of vsnprintf. Return value checking becomes