search for: n_header

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

Did you mean: q_header
2015 Nov 12
3
Inexplicable ASAN report. Code generation bug?
...y by my code which agrees with the shadow bytes listed. It looks like asan is complaining that the code is doing a 4-byte read of the last 2 bytes of the object. But in fact the code is accessing those last two bytes through a 2-byte short which an expression that looks like (n)->choice.n_short.n_header with the structure and union looking like these: struct NumericData { int32 vl_len_; /* varlena header (do not touch directly!) */ union NumericChoice choice; /* choice of format */ }; union NumericChoice { uint16 n_header; /* Header word */ struct NumericLong n_long; /* Long form...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; typedef struct _SwfdecSoundChunk SwfdecSoundChunk; commit ab164d28c797351b8c94fd4f09c070d97eb1fbb5 Author: Benjamin Otte <otte at gnome.org> Date: Thu Jun 12 09:52:22 2008 +0200 rename header_count to n_headers I''ve made it a style decision back in the days to use n_foos instead of foo_count everywhere. Would be nice if you would do so, too. Otherwise I''ll fix it. :) diff --git a/swfdec-gtk/swfdec_gtk_loader.c b/swfdec-gtk/swfdec_gtk_loader.c index b3b0f1f..a4214e7 100...