search for: invalid_read

Displaying 2 results from an estimated 2 matches for "invalid_read".

Did you mean: invalid_head
2012 May 08
1
[PATCH] Add missing functions to VorbisComment class + a few other things
...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", "Someone cool and terribly hip"); return 0; } [~]$ g++ -Wall -Wextra -O1 -g -lFLAC++ -o invalid_read main.cc [~]$ valgrind ./invalid_read ==11150== Memcheck, a memory error detector ==11150== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==11150== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info ==11150== Command: ./invalid_read ==11150== ==11150== Invalid...
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