<div dir="ltr"><div>Thank you for the answer.</div><div><br></div><div>I'm sorry I made a mistake when writing, the correct fix is to use (unsigned char). With char, it's keept the negative number so we need unsigned <span class="gmail-im">char</span>.</div><div><br></div><div><span class="gmail-im">isxdigit((</span>unsigned <span class="gmail-im">char)cursor[1])</span></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le mar. 16 sept. 2025 à 11:29, Ross Finlayson <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Eric,<br>
<br>
Thanks for the report.<br>
<br>
> On Sep 16, 2025, at 1:03 AM, Eric Beuque <<a href="mailto:eric.beuque@seek-one.fr" target="_blank">eric.beuque@seek-one.fr</a>> wrote:<br>
> <br>
> I think we can fix the assertion by forcing the call to isxdigit(cursor[1]) by isxdigit((char)cursor[1])<br>
<br>
I’ve just installed a new version of the code that does this.  Let us know if there are any further problems.<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</blockquote></div>