You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TRACE(("handling %s port %s socket %d", c->remotehost, c->remoteport, c->sock));
Prior to 2674736 there was a TRACE() in the sigchld handler. I think that will probably be safe, calling down into fprintf(stderr) and writing to a FD without allocation, but that isn't guaranteed by libc.
All of those could be solved, but would need some auditing work.
IOW, should packagers feel free to compile/package a
dropbear
binary that has the-v
option available at runtime?The text was updated successfully, but these errors were encountered: