Skip to content

Assorted code cleanup

Alan Coopersmith requested to merge alanc/libice:cleanup into master
  • configure: check for libbsd before libxtrans checks for strlcpy
  • ConnectToPeer: be doubly sure that use-after-free doesn't happen
  • ProcessAuthReply: rename status variable to avoid shadowing
  • connect.c: FIX 'iceConn' shadows a previous local
Edited by Alan Coopersmith

Merge request reports