Displaying 20 results from an estimated 400 matches similar to: "comparing pointer to integer?"
2006 Aug 17
2
dovecot on OSF/1 4.0
Hi,,
In src/lib/mountpoint.c:53 the following had to be commented out:
// point_r->type = p_strdup(pool, buf.f_fstypename);
because f_fstypename is undeclared on this OS.
Also the following errors occur with the DEC C compiler (which
compiles the other files just fine):
source='file-cache.c' object='file-cache.o' libtool=no DEPDIR=.deps
depmode=none
2003 Mar 14
0
Re: [Ffmpeg-devel] Re: Ogg Vorbis tracks in QT files
I'm explicitly forwarding this message to the people Christian HJW sent his
mail, just in case. There'll be no more crossposting. If anyone has opinions
to share, it'd be just right to send it to ffmpeg-devel (flames like HJW's
can go to devnull)
(BTW, HJW's rant is just like the ones on debian-devel. Even I unsubscribed
from that list, because it's so lame:)
Arpi wrote:
2004 Dec 28
1
Debugging msync() failed errors
>From today's maillog:
maillog:Dec 28 09:29:40 aurora dovecot: IMAP(doug): msync() failed with index file /home/doug/Maildir/.projects.job591/dovecot.index: Invalid argument
maillog:Dec 28 09:30:21 aurora dovecot: IMAP(doug): msync() failed with index file /home/doug/Maildir/dovecot.index: Invalid argument
maillog:Dec 28 09:30:22 aurora dovecot: IMAP(doug): msync() failed with index file
2007 Mar 05
7
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
This adds support for CONFIG_COMPAT_VDSO. As this will certainly raise
questions, I left in the code needed for an alternative approach (which
requires mode C code, but less build script changes).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: head-2007-02-27/arch/i386/Kconfig
===================================================================
---
2007 Mar 05
7
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
This adds support for CONFIG_COMPAT_VDSO. As this will certainly raise
questions, I left in the code needed for an alternative approach (which
requires mode C code, but less build script changes).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: head-2007-02-27/arch/i386/Kconfig
===================================================================
---
2007 Mar 05
7
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
This adds support for CONFIG_COMPAT_VDSO. As this will certainly raise
questions, I left in the code needed for an alternative approach (which
requires mode C code, but less build script changes).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: head-2007-02-27/arch/i386/Kconfig
===================================================================
---
2006 Oct 13
1
Segfault in in rc7 when index does not exists
This is the trace
(gdb) run
Starting program: /root/tmp/dovecot-1.0.rc7/src/imap/imap
x select inbox
Program received signal SIGSEGV, Segmentation fault.
mail_index_write_base_header (index=0x80e2a28, hdr=0xaff66028) at mail-index.c:1313
1313 memcpy(index->map->mmap_base, hdr, hdr_size);
(gdb) bt
#0 mail_index_write_base_header (index=0x80e2a28, hdr=0xaff66028) at
2008 Mar 08
2
suspect valgrind error in mail-index-map.c
Hi
At line 1118 of src//lib-index/mail-index-map.c, inside the function
mail_index_map_move_to_memory, there is:
mail_index_map_copy_header(map, map);
Valgrind is stating that "Source and destination overlap in memcpy".
I'm wondering if this code is just coping the same memory over itself,
or if it is doing something useful.
Regards,
Diego Liziero.
---
1104 void
2002 Jun 25
2
Help wanted: configure test for busted mmap
Linux 2.2 (and probably others) have a deficient mmap which has caused a
number of problems (e.g. bug #285).
A workaround is in development, but it would be helpful to have a
configure test to detect the bad mmaps().
Any takers?
-d
2004 May 23
2
1.0-test11
http://dovecot.org/test/
- Added pop3_mails_keep_recent setting. Currently this only means that
mails won't be moved from new/ to cur/ in maildir. More I/O friendly.
- Fixed \Recent-flag handling and counters to work correctly with
maildir. I think it's finally working right :)
- mbox syncing fixes (but expunging still not implemented)
- some other fixes..
Please try and report what
2004 Oct 05
2
[Bug 940] xmmap.c noequality compile error on DigitalUNIX 4.0F PK7
http://bugzilla.mindrot.org/show_bug.cgi?id=940
Summary: xmmap.c noequality compile error on DigitalUNIX 4.0F PK7
Product: Portable OpenSSH
Version: 3.9p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2002 Jul 27
1
Patch to OpenSSH-3.4p1/monitor_mm.c for Linux 2.0
I had to modify the file monitor_mm.c to get the privledge separation to
work for Linux 2.0.36 (and above) and am passing on the patch to you; if
there is a better place to send this, please let me know. I've included a
new #define (USE_MMAP_DEV_ZERO) to select this patch, but am not including
the patch to config.h---if there's a better name for it, please, by all
means, change it.
2002 Jun 25
3
3.3p1 patch for Solaris 2.6
here's a patch to 3.3p1 for Solaris 2.6 - it does not handle
mmap() with fd = -1. does it look okay?
itojun
--- work.i386/openssh-3.3p1/servconf.c- Tue Jun 25 23:43:22 2002
+++ work.i386/openssh-3.3p1/servconf.c Tue Jun 25 23:43:33 2002
@@ -257,7 +257,7 @@
if (use_privsep == -1)
use_privsep = 1;
-#if !defined(HAVE_MMAP) || !defined(MAP_ANON)
+#if !defined(HAVE_MMAP)
if
2018 Sep 10
3
[msan] Failing mmap.cc test
The mmap.cc test is failing for me on aarch64 SuSE 12. The assert
assert(AddrIsApp(p)) fails. The last value printed from mmap is
0xf00000000 which is indeed not MAP_FAILED but also not a valid address
acoording to mmap.cc's mapping table.
Is there something about SuSE 12's kernel that behaves differently from
what this test expects? I am not a kernel guy...
The sequence of the last
2018 Sep 11
2
[msan] Failing mmap.cc test
Evgenii Stepanov <eugeni.stepanov at gmail.com> writes:
> See https://reviews.llvm.org/D51364 - a very similar bug was
> introduced by a compiler-rt change and then fixed by a revert.
Ok, so what do we do about this? D50940 seems to have introduced the
problem but it was reverted. The "tentative fix" in D51364 was
abandoned but it's not clear to me why (maybe because
2011 May 24
1
slow squat fts index creation
Hi all, ive been playing with squat indexes. Up to about 300.000 emails in a single mailbox this was working flawlessly. The search index file is about 500MB at that time. Ive now added some more emails, and at 450.000 or so emails im seeing a serious problem with squat index creation. It takes...f o r e v e r . The .tmp file is being so slowly, it will probably take 2-3 hours to create. Upto
2019 Sep 11
6
[PATCH 0/4] HMM tests and minor fixes
These changes are based on Jason's latest hmm branch.
Patch 1 was previously posted here [1] but was dropped from the orginal
series. Hopefully, the tests will reduce concerns about edge conditions.
I'm sure more tests could be usefully added but I thought this was a good
starting point.
[1] https://lore.kernel.org/linux-mm/20190726005650.2566-6-rcampbell at nvidia.com/
Ralph Campbell
2020 Jan 13
9
[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
This series adds new functions to the mmu interval notifier API to
allow device drivers with MMUs to dynamically mirror a process' page
tables based on device faults and invalidation callbacks. The Nouveau
driver is updated to use the extended API and a set of stand alone self
tests is added to help validate and maintain correctness.
The patches are based on linux-5.5.0-rc6 and are for
2011 Sep 03
1
Patch to build hivex lib on Windows
Hi
I'm just posting this here in case someone is interested in building
hivex on Windows (mingw32). The attached patch allows building the lib
but not the tools (hivexsh etc..) as there are some more problems to solve.
In short terms, this patch replaces file i/o functions and mmap(),
munmap() with their win32api pendants.
cu
--
Unix _IS_ user friendly - it's just
selective about
2014 Nov 21
4
Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
On 11/20/2014 03:21 PM, Konrad Rzeszutek Wilk wrote:
> On Thu, Nov 20, 2014 at 03:48:47PM +0000, Ian Campbell wrote:
>> The libxc xc_dom_* infrastructure uses a very simple malloc memory pool which
>> is freed by xc_dom_release. However the various xc_try_*_decode routines (other
>> than the gzip one) just use plain malloc/realloc and therefore the buffer ends
>> up