GStreamer H.265 buffering period SEI parser stack buffer overflow. In gst_h265_parser_parse_buffering_period(), the CPB loop bound used cpb_cnt_minus1[i] instead of cpb_cnt_minus1[0], causing writes past the 32-element CPB arrays on the stack. Fixed in GStreamer 1.28.3 (MR !11334, commit 48c11b7b01). Reported via PSIRTSUPT-7239 by Tianshuo Han.