[mythtv-commits] [MythTV/mythtv] f65b9c: tidy: Replace #define with 'static constexpr uint8...

David Hampton noreply at github.com
Sun May 25 03:25:49 UTC 2025


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: f65b9c8f49b6e1b644f6806d300393d8cede0edd
      https://github.com/MythTV/mythtv/commit/f65b9c8f49b6e1b644f6806d300393d8cede0edd
  Author: David Hampton <mythtv at love2code.net>
  Date:   2025-05-24 (Sat, 24 May 2025)

  Changed paths:
    M mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp
    M mythtv/libs/libmythtv/recorders/HLS/HLSStream.h

  Log Message:
  -----------
  tidy: Replace #define with 'static constexpr uint8_t'.


  Commit: 93e32b52185e5cb9b5485ed91de46eacc43ef996
      https://github.com/MythTV/mythtv/commit/93e32b52185e5cb9b5485ed91de46eacc43ef996
  Author: David Hampton <mythtv at love2code.net>
  Date:   2025-05-24 (Sat, 24 May 2025)

  Changed paths:
    M mythplugins/mytharchive/mytharchivehelper/external/pxsup2dast.c

  Log Message:
  -----------
  tidy: Quiet new clang21 array bounds warning in mytharchive.

This memory access is safe.  The boundstr_read(x,y) function returns a
pointer to "y" bytes of memory in the string "x".  If there aren't "y"
bytes of memory left then it throws an error.


Compare: https://github.com/MythTV/mythtv/compare/389f7874cf91...93e32b52185e

To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list