Fixed an issue were the all_task process repeatedly
restarted due to memory pool corruption when processing fragmented
DNS over HTTPs (DoH) JSON queries. This occurred due to incorrect
buffer length calculations during memory deallocation when the query
name field spanned multiple packets.
PAN-305480
Fixed an issue where the pan_task process stopped
responding while processing DoH JSON format traffic with DoH
Security enabled, which caused missing cross-packet bytes in the
decoded DNS query type field, and the dataplane went down.