---
 libavformat/rtmpdh.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/rtmpdh.c b/libavformat/rtmpdh.c
index 38c2f3d..ddb2a46 100644
--- a/libavformat/rtmpdh.c
+++ b/libavformat/rtmpdh.c
@@ -77,6 +77,8 @@
         bn_new(bn);                                 \
         if (bn)                                     \
             ret = (mpz_set_str(bn, buf, 16) == 0);  \
+        else                                        \
+            ret = 1;                                \
     } while (0)
 #define bn_modexp(bn, y, q, p)      mpz_powm(bn, y, q, p)
 #define bn_random(bn, num_bytes)                    \
-- 
2.3.2 (Apple Git-55)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to