Hey,
funny story... I was actually debugging my code of the messenger
service and encountered a weird bug which was caused by an assert in
one of my latest changes (the signing via EGO keys).
It turned out the assert failed because of a wrongly used htonl()
instead of ntohl() to check the signatu
Hi,
On Sat, 2020-11-07 at 16:56 +0100, Tobias Platen wrote:
> On Thu, 22 Oct 2020 20:00:01 +0200
> Tobias Platen wrote:
>
> > from gnunet-service-multicast.c:27:
> >
> > gnunet-service-multicast.c: In function ‘check_cadet_join_request’:
> > gnunet-service-multicast.c:972:7: error: request for
On Thu, 22 Oct 2020 20:00:01 +0200
Tobias Platen wrote:
> from gnunet-service-multicast.c:27:
>
> gnunet-service-multicast.c: In function ‘check_cadet_join_request’:
> gnunet-service-multicast.c:972:7: error: request for member ‘size’ in
> something not a structure or union
>GNUNET_CRYP