<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 </head><body style=""><div>
<div>&#62; Ralph Giles &#60;giles@thaumas.net&#62; hat am 14. Oktober 2015 um 01:19 geschrieben:<br>&#62; <br>&#62; Thanks for the report. I&#39;ve done a quick fix. Please test.<br>&#62; <br>&#62; https://git.xiph.org/?p=vorbis.git;a=commitdiff;h=c75b3b1282de1010883aa1391bc8ea31dc8ac98e<br><br></div>
<div>Works great, thanks!</div>
<div>&#160;</div>
<div>I think replacing alloca in vorbis_comment_query and vorbis_comment_query_count is not really necessary as only the tag id without content is used in those methods. On the other hand, it might be a good idea to avoid alloca where possible. An alternative would be to continue using alloca in those two methods, but check and fail if the id lenght is greater than a few kB.</div>
</div>
<div>&#160;</div>
<div>Robert</div></body></html>