[Live-devel] Crash with camera and bad network condition
Eric Beuque
eric.beuque at seek-one.fr
Tue Sep 16 02:42:21 PDT 2025
Thank you for the answer.
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 char.
isxdigit((unsigned char)cursor[1])
Le mar. 16 sept. 2025 à 11:29, Ross Finlayson <finlayson at live555.com> a
écrit :
> Eric,
>
> Thanks for the report.
>
> > On Sep 16, 2025, at 1:03 AM, Eric Beuque <eric.beuque at seek-one.fr>
> wrote:
> >
> > I think we can fix the assertion by forcing the call to
> isxdigit(cursor[1]) by isxdigit((char)cursor[1])
>
> I’ve just installed a new version of the code that does this. Let us know
> if there are any further problems.
>
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20250916/9d161761/attachment.htm>
More information about the live-devel
mailing list