kohrar commented on PR #470: URL: https://github.com/apache/guacamole-server/pull/470#issuecomment-2005142229
Just a quick update -- the segfault comes from [`str_port` being uninitialized before getting passed to `guac_itoa`](https://github.com/necouchman/guacamole-server/blob/working/wol-improvements/src/protocols/vnc/vnc.c#L289). After fixing that (I just hard coded a malloc of 6 bytes to it) and it seems to be working OK. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org