diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-11-29 19:43:01 +0000 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-11-29 19:43:01 +0000 |
| commit | a0889ce51a988bba7ab0d66954972dfcfa2fa04e (patch) | |
| tree | 4458a59ccc9f624043aa60a6b0ec3618fe98424e /src/input/libreal/asmrp.h | |
| parent | 7fc0320c1fdf4f31a787acf1cb92c3ff34a25ef9 (diff) | |
| download | xine-lib-a0889ce51a988bba7ab0d66954972dfcfa2fa04e.tar.gz xine-lib-a0889ce51a988bba7ab0d66954972dfcfa2fa04e.tar.bz2 | |
Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458.
CVS patchset: 8392
CVS date: 2006/11/29 19:43:01
Diffstat (limited to 'src/input/libreal/asmrp.h')
| -rw-r--r-- | src/input/libreal/asmrp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libreal/asmrp.h b/src/input/libreal/asmrp.h index d7239f33d..d787eb330 100644 --- a/src/input/libreal/asmrp.h +++ b/src/input/libreal/asmrp.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: asmrp.h,v 1.2 2003/12/09 00:02:30 f1rmb Exp $ + * $Id: asmrp.h,v 1.3 2006/11/29 19:43:01 dgp85 Exp $ * * a parser for real's asm rules * @@ -37,6 +37,6 @@ #ifndef HAVE_ASMRP_H #define HAVE_ASMRP_H -int asmrp_match (const char *rules, int bandwidth, int *matches) ; +int asmrp_match (const char *rules, int bandwidth, int *matches, int matchesizxe) ; #endif |
