Skip to content

Compiler warning fixes

Alan Coopersmith requested to merge alanc/libxtst:gcc-warnings into master

Fixes for warnings from gcc 14.1:

  • XRecordGetContext: Avoid double free in error path
  • XRecordFreeState: avoid NULL dereference when called in error path
  • parse_reply_call_callback: avoid NULL dereference if reply is missing data

Merge request reports

Loading