mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Make a copy of the vdso bytes to make valgrind a little quieter.
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk> * process.c (process_get_vdso_bytes): Make a copy of the vdso bytes to make valgrind a little quieter. * binparser.c: Note to self: Save the file, *then* commit. svn path=/trunk/; revision=357
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
5ee13adc34
commit
aaa145ea9b
@ -72,8 +72,7 @@ typedef enum
|
||||
struct BinField {
|
||||
const char name[BIN_MAX_NAME];
|
||||
char type;
|
||||
char n_bytes; /* number of bytes if type
|
||||
* is UNINTERPRETED */
|
||||
char n_bytes; /* number of bytes in the type */
|
||||
};
|
||||
|
||||
BinParser * bin_parser_new (const guchar *data,
|
||||
|
||||
Reference in New Issue
Block a user