<div dir="ltr">This does not work, sorry! _safe_realloc is not defined in this file.</div><div class="gmail_extra"><br><div class="gmail_quote">2017-05-30 17:35 GMT+02:00 ace20022 <span dir="ltr"><<a href="mailto:git@videolan.org" target="_blank">git@videolan.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">libudfread | branch: master | ace20022 <<a href="mailto:ace20022@ymail.com">ace20022@ymail.com</a>> | Tue May 30 14:00:26 2017 +0200| [<wbr>4cbdf4412bc4a781ef2cce04e1a7f9<wbr>3286753a23] | committer: Petri Hintukainen<br>
<br>
Replace missed realloc with _safe_realloc.<br>
<br>
> <a href="http://git.videolan.org/gitweb.cgi/libudfread.git/?a=commit;h=4cbdf4412bc4a781ef2cce04e1a7f93286753a23" rel="noreferrer" target="_blank">http://git.videolan.org/<wbr>gitweb.cgi/libudfread.git/?a=<wbr>commit;h=<wbr>4cbdf4412bc4a781ef2cce04e1a7f9<wbr>3286753a23</a><br>
---<br>
<br>
 src/ecma167.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/ecma167.c b/src/ecma167.c<br>
index 814e7af..2a3f60e 100644<br>
--- a/src/ecma167.c<br>
+++ b/src/ecma167.c<br>
@@ -341,7 +341,7 @@ int decode_allocation_extent(<wbr>struct file_entry **p_fe, const uint8_t *p, size_t<br>
         return 0;<br>
     }<br>
<br>
-    fe = (struct file_entry *)realloc(fe, sizeof(struct file_entry) + sizeof(struct long_ad) * (fe->num_ad + num_ad - 1));<br>
+    fe = (struct file_entry *)_safe_realloc(fe, sizeof(struct file_entry) + sizeof(struct long_ad) * (fe->num_ad + num_ad - 1));<br>
     if (!fe) {<br>
         return -1;<br>
     }<br>
<br>
______________________________<wbr>_________________<br>
libbluray-devel mailing list<br>
<a href="mailto:libbluray-devel@videolan.org">libbluray-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/libbluray-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/libbluray-devel</a><br>
</blockquote></div><br></div>