Displaying 20 results from an estimated 30 matches for "overreads".
Did you mean:
overheads
2012 May 08
1
[PATCH] Add missing functions to VorbisComment class + a few other things
--- On Tue, 5/8/12, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> Honestly, I really doubt this is a bug in valgrind :-). How
> were you testing
> this?
Well, I've read that there have been bugs in valgrind, were SSE optimized versions of strlen() do guaranteed safe overreads of memory, but valgrind wasn't aware the overreads were safe.
Anyway, it seems easy to reproduce for me, but I still may just be doing something stupid:
[~]$ cat main.cc
#include <FLAC++/metadata.h>
int main()
{
FLAC::Metadata::VorbisComment::Entry entry("ARTIST", "S...
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2005 Jun 20
5
Port forwarding to different Port?
Hi!
I guess I just overread the part I need, I checked the FAQ and
online-documentation, but could not find the solution for my problem:
I have a server with 1 external IP and a LAN behind, where I need ports to
be forwarded like this:
external 1.2.3.4:81 forwarded to internal 192.168.1.1:80
external 1.2.3.4:82 forwarded to internal 192.168.1.2:80
and so on .. (for configuring/accessing the
2008 Mar 16
0
Accurate or Not
I accidentaly re-ripped some of my CDs and did take this as a chance to do some comparison. Here is what I have found for on of the songs.
Peak level 100.0%
Track quality 100.0%
Copy CRC C8F5065F
Track not present in database
Used drive : _NEC DVD_RW ND-3500AG Adapter: 0 ID: 1
Read mode : Secure with NO C2, accurate stream, disable cache
Combined read/write offset correction
2005 May 06
1
CAPI on ptp with variable length digits in phonenumber: SOLUTION for EICON
Hello!
I finally found a working solution.
calling
divactrl with the parameter -n [0..20] gives the DID-length
means, if you wanna have 123-XXX in digit-wise mode, then call
divactrl load -c 1 -n 3 -f ETSI
and the card will wait for n digits.
regards,
Sebastian
-----Urspr?ngliche Nachricht-----
Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
2012 Oct 02
0
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
On 10/1/12 9:26 PM, Magee, Josh wrote:
> Hello,
>
> I plan to implement "Stack Smashing Protection - Strong" support in LLVM.
> Below is a description of this feature and an overview of the implementation
> plan. I have divided up the implementation into stages that can be delivered
> incrementally.
>
> I'm looking for any feedback (suggestions, requests,
2012 May 07
3
[PATCH] Add missing functions to VorbisComment class + a few other things
Attached is a patch that adds 5 missing FLAC__metadata_object_vorbiscomment_* functions to the VorbisComment class. In my previous message I stated 8 functions were missing, but on closer inspection, 3 of those belong in the VorbisComment::Entry class, and 2 of them already have equivalent functions in there. The last one (FLAC__metadata_object_vorbiscomment_entry_matches()) does not, but I have
2013 Jul 01
2
About Decode Streaming
Sorry, I am newbie.
Sample codes are from
https://github.com/oneman/libflac/tree/master/examples/cpp.
I used FLAC__stream_decoder_process_single function but it still gives
exception. Maybe I could not control read callback, you're right.
I will check it and write result in this thread.
Thanks for help.
2013/7/1 Martijn van Beurden <mvanb1 at gmail.com>
> I'll top-post this
2007 Sep 05
1
VP6 issues in Swfdec
...it the issue, I'll just list
this one. FFmpeg reads an offset and doesn't validate it, this patch
does that.
-- sanity checks
patch: sanity.diff
While trying to find the issue, I added sanity checks to the read
functions used by vp56, as there doesn't seem to be any protection
against overreads.
-- small memleak
patch: small_memleak.diff
This is a small memleak fix I noticed when looking at the code.
-- memleak
http://pown.alluc.org/210.swf
http://pown.alluc.org/991.swf
There's a huge memleak reported by valgrind (this is from a run of 210.swf):
==31127== 224,784,144 bytes in 177...
2013 Jul 01
3
About Decode Streaming
Hi,
I am developing an audio network system and using boost, OpenAL and FLAC
library in C/C++.
I can stream raw audio data over network but I want to encode audio before
streaming in current PC and decode after streaming in other PC because of
bandwidth limit.
I run your sample codes, encode.c and decode.c, about file encode / decode.
Then, I run
streaming encode / decode with two different
2006 Nov 06
1
[PATCH] Re: Strangeness with OggFlac files
On Tue, Nov 07, 2006 at 06:31:04AM +1100, Erik de Castro Lopo wrote:
> I haven't tested it, but I don't think just setting packet.e_o_s
> is sufficient to close the stream. The forced ogg_stream_flush()
> is required.
libogg checks the e_o_s flag (and has always done so, according to svn)
so you shouldn't have to call ogg_stream_flush() except when you want to
force a page
2002 Oct 18
0
Demultiplexer API with a static number of streams
Hi,
just to prevent me from overreading something, I have a question
and probably the only possible solution, but I would appreciate if
someone could tell me if there is a better solution.
I am currently implementing an Ogg demultiplexer for a media API,
where the demultiplexer plugin has to provide a static number of
logical streams. Adding and removing logical streams as they appear
when
2014 Aug 07
2
Global number of matches
Hi,
is there a way to get the number of all possible matches for a specific
query?
Some api call like
Xapian::doccount Xapian::Enquire::get_number_of_matches();
Best wishes
Wilm
2012 Oct 02
5
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
Hello,
I plan to implement "Stack Smashing Protection - Strong" support in LLVM.
Below is a description of this feature and an overview of the implementation
plan. I have divided up the implementation into stages that can be delivered
incrementally.
I'm looking for any feedback (suggestions, requests, etc) before I actually
begin the work.
Thank you!
Josh
2013 Oct 06
1
Encoder off by one
If you encode with
int iByteSizeEncoded = opus_encode(m_enc, m_ShortsInput,
(1920/sizeof(short)), m_EncodedBytes, (960*6));
... the byte size is 120.
I thought that an odd value like 359 has to be a fault on my side.
I thought it would be a multiple of something.
So 359 is really correct???
Thank you for clearing this up.
Am 06.10.2013 16:50, schrieb Jean-Marc Valin:
> Why
2005 May 09
0
AW: CAPI on ptp with variable length digits inphonenumber: SOLUTION for EICON
the interesting fact is, it works. I dunno why. but it works :o
-----Urspr?ngliche Nachricht-----
Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Im Auftrag von bladerunner
Gesendet: Freitag, 6. Mai 2005 15:56
An: Asterisk Users Mailing List - Non-Commercial Discussion
Betreff: Re: [Asterisk-Users] CAPI on ptp with variable length digits
2013 Jul 01
0
About Decode Streaming
I'll top-post this one because it wasn't sent to the mailinglist but to
me. Please reply to list next time.
I assume you mean the main.c files in the encode and decode directory
under examples. I can't really determine the root cause of your problem
with this information, but I think you're trying to feed the decoder
blocks that are incomplete. The LOST SYNC error is usually
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
---
configure.ac | 7 +++++
src/libFLAC/bitreader.c | 12 ++-------
src/libFLAC/bitwriter.c | 8 ++----
src/libFLAC/fixed.c | 18 +++++--------
src/libFLAC/format.c | 8 ++----
src/libFLAC/include/private/macros.h | 29 ++++++++++++++++++++
src/libFLAC/metadata_iterators.c | 17 +++---------
2007 Mar 30
3
Linux Active Directory Integration Problem
Hi,
I am getting the problem to access shared folder when I am using Dual boot
operating System.
Let say I have two operating system on the same machine.
1) XP and the name of the machine in xp environment is "XYZ"
2)Cent OS (Linux) and the name of the machine in Linux environment is "ABC"
both operating system share the same static IP address.
the problem appear when I have
2011 Aug 09
2
Feed decoder from c++ std::stream
Hi! I am working on an application that reads audio data from files, and runs it through some user defined filters. The filters basically all derive from some base filter and have methods start(), update() and finish(). The start routine performs any initialization required by the filter, and finish() does the clean up. In between, I simply read the file piece by piece into a buffer using