diff libmpdemux/demux_ogg.c @ 18558:4928dd61f136

Fix potential integer overflows in memory allocation. Patch by Rich and me
author rtogni
date Sun, 04 Jun 2006 22:41:27 +0000
parents 3a624063cbc9
children 94524d81d145
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Fri Jun 02 11:31:42 2006 +0000
+++ b/libmpdemux/demux_ogg.c	Sun Jun 04 22:41:27 2006 +0000
@@ -8,7 +8,7 @@
 #include <string.h>
 #include <assert.h>
 #include <math.h>
-#include <limits.h>
+#include <inttypes.h>
 
 #include "mp_msg.h"
 #include "help_mp.h"