<b>6.0.0.2123</b>
sunliqiang 2026.08.08 06:25:45
Remove no-op isc_info_svc_dump_pool_info handler (#9110)
This SPB item has never worked - items pointer is not advanced after
the copy, causing an infinite loop.  The handler also reads a
network-supplied length without checking it against the SPB buffer
boundary.
Remove both occurrences in Service::query() and Service::query2().
Per maintainers' feedback, dead code is better deleted than fixed.

Changed paths:
  M src/jrd/svc.cpp