-
gitomat[illumos-gate] 16890 bhyve upstream sync 2024 November -- Andy Fiddaman <illumos⊙fn>
-
gitomat[illumos-gate] 17354 Fix bhyve license headers -- Patrick Mooney <pmooney⊙pc>
-
jbkis there any harm in running strip on a binary after ctfconvert has been run on it? (I'm thinking no)
-
jbk(mostly just to avoid modifying this third party code more than necessary)
-
richlowejbk: that's how we do things, now
-
jbkoh I never noticed (or I guess had a need to notice)
-
richlowethe old way, ctf* had its own strip implementation.
-
richloweif anyone wanted a nice bite-size bug, with just a bit of investigation re: "what the hell?", there is illumos.org/issues/17374 (fenix?)
-
fenix→ BUG 17374: illumos needs to not assert random strings (New)
-
richloweyou would need to ensure that the when-corrected assertions don't bring down DEBUG builds
-
jclulowrichlowe: I added a note to that effect in the ticket for people that don't see this