Suggested by: brooks
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/elfctl/elfctl.c | ||
---|---|---|
314 | I am surprised that we do not use libelf to write the update. |
usr.bin/elfctl/elfctl.c | ||
---|---|---|
314 |
Yeah, we could; libelf doesn't really provide much in the way of convenience functions for accessing or modifying individual notes, but we could operate on the note section in memory and use libelf to write it back out. |
Comment Actions
I briefly considered the possibility that there might want to be some sort of force flag, but I don't see a lot of value.
Comment Actions
I briefly considered the possibility that there might want to be some sort of force flag, but I don't see a lot of value.
Yeah, I gave that some brief thought too, and couldn't see a real use.