00:28:58 [illumos-gate] 18156 Sun::Solaris::Pg::Pg.pm produces warnings under perl 5.42 -- Andy Fiddaman 16:04:03 [illumos-gate] 6043 mdb: pipe shell output back into mdb -- Andy Fiddaman 16:04:03 [illumos-gate] 18263 Want uio_copyin(9F) and uio_copyout(9F) -- Andy Fiddaman 17:59:14 I have an mdb question that I put in a gist: https://gist.github.com/rzezeski/99fd47546ab88a571c259fd64b825897 18:23:38 I suspect.... or it smells like the formatting is applied on first address line count times. thats why you get only first address. 18:25:05 as the output is mostly 0 and once 80, manual inspection should be able to confirm. 18:38:03 the 80/0 are values I expected, it's printing the value based on the 20 different addresses, the question is why only the first line shows its address. I can see if I just do `addr/56+Bn` that the address is printed, which I guest is just part of how formatting dcmds work, but I found it odd that I only see the first one when using it on a pipeline 18:47:02 I added a comment to that guest that uses `/a56+Bn` to clarify what I'm asking and prove that this isn't the case of a repeat. 19:35:33 just FYI, CVE-2026-16461 appears to be fixed by https://github.com/illumos/illumos-gate/commit/791dfaa708ef5838f55bf4e97e7c960beb186419 19:35:33 → GitHub commit 791dfaa: 6908961 rpcinfo -s can not deal with large number of versions (committed) 19:37:07 not that anyone still uses code older than snv_132 20:01:14 you never know... 20:14:28 I mean, yes, more people than you'd expect still send us money to continue running S10, but that's not your code base 20:24:57 same change also appears to fix CVE-2026-16277 20:26:28 rzezeski does /na56+Bn make difference? 20:30:42 I did an experiment, took fb address from fb_info, and printed: 0xfffffd684c825000,8 with: /a3+Bn /3+Bn /n3+Bn and /na3+Bn -- that is, 8 times from given offset. 20:33:32 Nice! Thank you alanc! 22:28:03 also mentioned in https://www.openwall.com/lists/oss-security/2026/07/23/8 - OpenSolaris beat NetBSD to the fix by 1 year, Linux by 16 years 8-)